Html Css Color HEX #814206 Saddle Brown

📋 copy color: '#814206'

red 129 ◦ green 66 ◦ blue 6

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

Shades of Saddle Brown #814206

Tints of Saddle Brown #814206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

 BLUE value IS 6 (2.73% from 255) = 2.99%

R = 64.18%
G = 32.84%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#814206 (or 0x814206) is known color: Saddle Brown. HEX triplet: 81, 42 and 06. RGB value is (129,66,6). Sum of RGB (Red+Green+Blue) = 129+66+6=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #814206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814206 is #7EBDF9. Grayscale: #4E4E4E. Windows color (decimal): -8306170 or 410241. OLE color: 410241.

HSL color Cylindrical-coordinate representation of color #814206: hue angle of 29.27º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #814206 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 66 6 -
CMYK 0 0.49 0.95 0.49
HSL 29.27º 0.91% 0.26% -
HSV(B) 29.27º 0.95% 0.51% -
XYZ 11.03 8.58 1.25 -
YUV 78 87.37 164.38 -
System Red Green Blue C M Y K H S L
Decimal 129 66 6 0 0.49 0.95 0.49 29.27 0.91 0.26
Hex 81 42 6 0 31 5F 31 1D 5B 1A
Octal 201 102 6 0 61 137 61 35 133 32
Binary 10000001 1000010 110 0 110001 1011111 110001 11101 1011011 11010

Color Harmonies of #814206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814206

Black with #814206

Text Example


Text Example

White with #814206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814206; }

 p { color: rgb(129,66,6); }

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

background-color css

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

 a { background-color: rgb(129,66,6); }

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

border-color css

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

 span { border-color: rgb(129,66,6); }

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