Html Css Color HEX #813610 Saddle Brown

📋 copy color: '#813610'

red 129 ◦ green 54 ◦ blue 16

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

Shades of Saddle Brown #813610

Tints of Saddle Brown #813610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.04%

R = 64.82%
G = 27.14%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#813610 (or 0x813610) is known color: Saddle Brown. HEX triplet: 81, 36 and 10. RGB value is (129,54,16). Sum of RGB (Red+Green+Blue) = 129+54+16=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #813610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813610 is #7EC9EF. Grayscale: #484848. Windows color (decimal): -8309232 or 1062529. OLE color: 1062529.

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

Color convert

RGB 129 54 16 -
CMYK 0 0.58 0.88 0.49
HSL 20.18º 0.78% 0.28% -
HSV(B) 20.18º 0.88% 0.51% -
XYZ 10.47 7.34 1.36 -
YUV 72.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 129 54 16 0 0.58 0.88 0.49 20.18 0.78 0.28
Hex 81 36 10 0 3A 58 31 14 4E 1C
Octal 201 66 20 0 72 130 61 24 116 34
Binary 10000001 110110 10000 0 111010 1011000 110001 10100 1001110 11100

Color Harmonies of #813610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813610

Black with #813610

Text Example


Text Example

White with #813610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813610; }

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

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

background-color css

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

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

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

border-color css

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

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

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