Html Css Color HEX #813613 Saddle Brown

📋 copy color: '#813613'

red 129 ◦ green 54 ◦ blue 19

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

Shades of Saddle Brown #813613

Tints of Saddle Brown #813613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 63.86%
G = 26.73%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#813613 (or 0x813613) is known color: Saddle Brown. HEX triplet: 81, 36 and 13. RGB value is (129,54,19). Sum of RGB (Red+Green+Blue) = 129+54+19=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #813613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813613 is #7EC9EC. Grayscale: #484848. Windows color (decimal): -8309229 or 1259137. OLE color: 1259137.

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

Color convert

RGB 129 54 19 -
CMYK 0 0.58 0.85 0.49
HSL 19.09º 0.74% 0.29% -
HSV(B) 19.09º 0.85% 0.51% -
XYZ 10.49 7.35 1.48 -
YUV 72.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 129 54 19 0 0.58 0.85 0.49 19.09 0.74 0.29
Hex 81 36 13 0 3A 55 31 13 4A 1D
Octal 201 66 23 0 72 125 61 23 112 35
Binary 10000001 110110 10011 0 111010 1010101 110001 10011 1001010 11101

Color Harmonies of #813613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813613

Black with #813613

Text Example


Text Example

White with #813613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813613; }

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

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

background-color css

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

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

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

border-color css

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

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

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