Html Css Color HEX #814406 Saddle Brown

📋 copy color: '#814406'

red 129 ◦ green 68 ◦ blue 6

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

Shades of Saddle Brown #814406

Tints of Saddle Brown #814406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

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

R = 63.55%
G = 33.5%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#814406 (or 0x814406) is known color: Saddle Brown. HEX triplet: 81, 44 and 06. RGB value is (129,68,6). Sum of RGB (Red+Green+Blue) = 129+68+6=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #814406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814406 is #7EBBF9. Grayscale: #4F4F4F. Windows color (decimal): -8305658 or 410753. OLE color: 410753.

HSL color Cylindrical-coordinate representation of color #814406: hue angle of 30.24º 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 #814406 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 68 6 -
CMYK 0 0.47 0.95 0.49
HSL 30.24º 0.91% 0.26% -
HSV(B) 30.24º 0.95% 0.51% -
XYZ 11.15 8.81 1.29 -
YUV 79.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 129 68 6 0 0.47 0.95 0.49 30.24 0.91 0.26
Hex 81 44 6 0 2F 5F 31 1E 5B 1A
Octal 201 104 6 0 57 137 61 36 133 32
Binary 10000001 1000100 110 0 101111 1011111 110001 11110 1011011 11010

Color Harmonies of #814406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814406

Black with #814406

Text Example


Text Example

White with #814406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814406; }

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

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

background-color css

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

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

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

border-color css

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

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

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