Html Css Color HEX #812D06 Saddle Brown

📋 copy color: '#812D06'

red 129 ◦ green 45 ◦ blue 6

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

Shades of Saddle Brown #812D06

Tints of Saddle Brown #812D06

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25%

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

R = 71.67%
G = 25%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#812D06 (or 0x812D06) is known color: Saddle Brown. HEX triplet: 81, 2D and 06. RGB value is (129,45,6). Sum of RGB (Red+Green+Blue) = 129+45+6=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #812D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812D06 is #7ED2F9. Grayscale: #414141. Windows color (decimal): -8311546 or 404865. OLE color: 404865.

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

Color convert

RGB 129 45 6 -
CMYK 0 0.65 0.95 0.49
HSL 19.02º 0.91% 0.26% -
HSV(B) 19.02º 0.95% 0.51% -
XYZ 10.02 6.56 0.91 -
YUV 65.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 129 45 6 0 0.65 0.95 0.49 19.02 0.91 0.26
Hex 81 2D 6 0 41 5F 31 13 5B 1A
Octal 201 55 6 0 101 137 61 23 133 32
Binary 10000001 101101 110 0 1000001 1011111 110001 10011 1011011 11010

Color Harmonies of #812D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812D06

Black with #812D06

Text Example


Text Example

White with #812D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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