Html Css Color HEX #814127 Copper Canyon

📋 copy color: '#814127'

red 129 ◦ green 65 ◦ blue 39

#814127
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Canyon #814127

Tints of Copper Canyon #814127

RGB

 RED value IS 129 (50.78% from 255) = 55.36%

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 39 (15.63% from 255) = 16.74%

R = 55.36%
G = 27.9%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#814127 (or 0x814127) is known color: Copper Canyon. HEX triplet: 81, 41 and 27. RGB value is (129,65,39). Sum of RGB (Red+Green+Blue) = 129+65+39=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #814127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814127 is #7EBED8. Grayscale: #515151. Windows color (decimal): -8306393 or 2572673. OLE color: 2572673.

HSL color Cylindrical-coordinate representation of color #814127: hue angle of 17.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #814127 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 65 39 -
CMYK 0 0.50 0.70 0.49
HSL 17.33º 0.54% 0.33% -
HSV(B) 17.33º 0.7% 0.51% -
XYZ 11.31 8.59 2.98 -
YUV 81.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 129 65 39 0 0.50 0.70 0.49 17.33 0.54 0.33
Hex 81 41 27 0 32 46 31 11 36 21
Octal 201 101 47 0 62 106 61 21 66 41
Binary 10000001 1000001 100111 0 110010 1000110 110001 10001 110110 100001

Color Harmonies of #814127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814127

Black with #814127

Text Example


Text Example

White with #814127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814127; }

 p { color: rgb(129,65,39); }

 H1.HeaderClassName
 {
   color: #814127;
 }
 .AnyTagClassName
 {
   color: #814127;
 }
</style>

background-color css

<style>
 a { background-color: #814127; }

 a { background-color: rgb(129,65,39); }

 div.DivClassName
 {
   background-color: #814127;
 }
 .BgClassName
 {
   background-color: #814127;
 }
</style>

border-color css

<style>
 span { border-color: #814127; }

 span { border-color: rgb(129,65,39); }

 td.TdClassName
 {
   border-color: #814127;
 }
 .TagClassName
 {
   border-color: #814127;
 }
</style>