Html Css Color HEX #813F06 Saddle Brown

📋 copy color: '#813F06'

red 129 ◦ green 63 ◦ blue 6

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

Shades of Saddle Brown #813F06

Tints of Saddle Brown #813F06

RGB

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

 GREEN value IS 63 (25% from 255) = 31.82%

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

R = 65.15%
G = 31.82%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#813F06 (or 0x813F06) is known color: Saddle Brown. HEX triplet: 81, 3F and 06. RGB value is (129,63,6). Sum of RGB (Red+Green+Blue) = 129+63+6=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #813F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813F06 is #7EC0F9. Grayscale: #4C4C4C. Windows color (decimal): -8306938 or 409473. OLE color: 409473.

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

Color convert

RGB 129 63 6 -
CMYK 0 0.51 0.95 0.49
HSL 27.8º 0.91% 0.26% -
HSV(B) 27.8º 0.95% 0.51% -
XYZ 10.86 8.24 1.19 -
YUV 76.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 129 63 6 0 0.51 0.95 0.49 27.8 0.91 0.26
Hex 81 3F 6 0 33 5F 31 1C 5B 1A
Octal 201 77 6 0 63 137 61 34 133 32
Binary 10000001 111111 110 0 110011 1011111 110001 11100 1011011 11010

Color Harmonies of #813F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813F06

Black with #813F06

Text Example


Text Example

White with #813F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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