Html Css Color HEX #813600 Saddle Brown

📋 copy color: '#813600'

red 129 ◦ green 54 ◦ blue 0

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

Shades of Saddle Brown #813600

Tints of Saddle Brown #813600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.49%
G = 29.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#813600 (or 0x813600) is known color: Saddle Brown. HEX triplet: 81, 36 and 00. RGB value is (129,54,0). Sum of RGB (Red+Green+Blue) = 129+54+0=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #813600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813600 is #7EC9FF. Grayscale: #464646. Windows color (decimal): -8309248 or 13953. OLE color: 13953.

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

Color convert

RGB 129 54 0 -
CMYK 0 0.58 1 0.49
HSL 25.12º 1% 0.25% -
HSV(B) 25.12º 1% 0.51% -
XYZ 10.37 7.31 0.86 -
YUV 70.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 129 54 0 0 0.58 1 0.49 25.12 1 0.25
Hex 81 36 0 0 3A 64 31 19 64 19
Octal 201 66 0 0 72 144 61 31 144 31
Binary 10000001 110110 0 0 111010 1100100 110001 11001 1100100 11001

Color Harmonies of #813600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813600

Black with #813600

Text Example


Text Example

White with #813600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813600; }

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

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

background-color css

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

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

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

border-color css

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

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

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