Html Css Color HEX #813206 Saddle Brown

📋 copy color: '#813206'

red 129 ◦ green 50 ◦ blue 6

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

Shades of Saddle Brown #813206

Tints of Saddle Brown #813206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

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

R = 69.73%
G = 27.03%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#813206 (or 0x813206) is known color: Saddle Brown. HEX triplet: 81, 32 and 06. RGB value is (129,50,6). Sum of RGB (Red+Green+Blue) = 129+50+6=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #813206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813206 is #7ECDF9. Grayscale: #444444. Windows color (decimal): -8310266 or 406145. OLE color: 406145.

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

Color convert

RGB 129 50 6 -
CMYK 0 0.61 0.95 0.49
HSL 21.46º 0.91% 0.26% -
HSV(B) 21.46º 0.95% 0.51% -
XYZ 10.23 6.96 0.98 -
YUV 68.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 129 50 6 0 0.61 0.95 0.49 21.46 0.91 0.26
Hex 81 32 6 0 3D 5F 31 15 5B 1A
Octal 201 62 6 0 75 137 61 25 133 32
Binary 10000001 110010 110 0 111101 1011111 110001 10101 1011011 11010

Color Harmonies of #813206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813206

Black with #813206

Text Example


Text Example

White with #813206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813206; }

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

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

background-color css

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

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

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

border-color css

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

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

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