Html Css Color HEX #813812 Saddle Brown

📋 copy color: '#813812'

red 129 ◦ green 56 ◦ blue 18

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

Shades of Saddle Brown #813812

Tints of Saddle Brown #813812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.59%

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

R = 63.55%
G = 27.59%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#813812 (or 0x813812) is known color: Saddle Brown. HEX triplet: 81, 38 and 12. RGB value is (129,56,18). Sum of RGB (Red+Green+Blue) = 129+56+18=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #813812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813812 is #7EC7ED. Grayscale: #494949. Windows color (decimal): -8308718 or 1194113. OLE color: 1194113.

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

Color convert

RGB 129 56 18 -
CMYK 0 0.57 0.86 0.49
HSL 20.54º 0.76% 0.29% -
HSV(B) 20.54º 0.86% 0.51% -
XYZ 10.58 7.54 1.47 -
YUV 73.5 96.68 167.59 -
System Red Green Blue C M Y K H S L
Decimal 129 56 18 0 0.57 0.86 0.49 20.54 0.76 0.29
Hex 81 38 12 0 39 56 31 15 4C 1D
Octal 201 70 22 0 71 126 61 25 114 35
Binary 10000001 111000 10010 0 111001 1010110 110001 10101 1001100 11101

Color Harmonies of #813812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813812

Black with #813812

Text Example


Text Example

White with #813812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813812; }

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

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

background-color css

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

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

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

border-color css

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

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

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