Html Css Color HEX #813D12 Saddle Brown

📋 copy color: '#813D12'

red 129 ◦ green 61 ◦ blue 18

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

Shades of Saddle Brown #813D12

Tints of Saddle Brown #813D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.33%

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

R = 62.02%
G = 29.33%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#813D12 (or 0x813D12) is known color: Saddle Brown. HEX triplet: 81, 3D and 12. RGB value is (129,61,18). Sum of RGB (Red+Green+Blue) = 129+61+18=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #813D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813D12 is #7EC2ED. Grayscale: #4C4C4C. Windows color (decimal): -8307438 or 1195393. OLE color: 1195393.

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

Color convert

RGB 129 61 18 -
CMYK 0 0.53 0.86 0.49
HSL 23.24º 0.76% 0.29% -
HSV(B) 23.24º 0.86% 0.51% -
XYZ 10.83 8.05 1.55 -
YUV 76.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 129 61 18 0 0.53 0.86 0.49 23.24 0.76 0.29
Hex 81 3D 12 0 35 56 31 17 4C 1D
Octal 201 75 22 0 65 126 61 27 114 35
Binary 10000001 111101 10010 0 110101 1010110 110001 10111 1001100 11101

Color Harmonies of #813D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813D12

Black with #813D12

Text Example


Text Example

White with #813D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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