Html Css Color HEX #813612 Saddle Brown

📋 copy color: '#813612'

red 129 ◦ green 54 ◦ blue 18

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

Shades of Saddle Brown #813612

Tints of Saddle Brown #813612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 64.18%
G = 26.87%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#813612 (or 0x813612) is known color: Saddle Brown. HEX triplet: 81, 36 and 12. RGB value is (129,54,18). Sum of RGB (Red+Green+Blue) = 129+54+18=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #813612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813612 is #7EC9ED. Grayscale: #484848. Windows color (decimal): -8309230 or 1193601. OLE color: 1193601.

HSL color Cylindrical-coordinate representation of color #813612: hue angle of 19.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #813612 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 54 18 -
CMYK 0 0.58 0.86 0.49
HSL 19.46º 0.76% 0.29% -
HSV(B) 19.46º 0.86% 0.51% -
XYZ 10.48 7.35 1.44 -
YUV 72.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 129 54 18 0 0.58 0.86 0.49 19.46 0.76 0.29
Hex 81 36 12 0 3A 56 31 13 4C 1D
Octal 201 66 22 0 72 126 61 23 114 35
Binary 10000001 110110 10010 0 111010 1010110 110001 10011 1001100 11101

Color Harmonies of #813612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813612

Black with #813612

Text Example


Text Example

White with #813612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813612; }

 p { color: rgb(129,54,18); }

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

background-color css

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

 a { background-color: rgb(129,54,18); }

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

border-color css

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

 span { border-color: rgb(129,54,18); }

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