Html Css Color HEX #813B00 Saddle Brown

📋 copy color: '#813B00'

red 129 ◦ green 59 ◦ blue 0

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

Shades of Saddle Brown #813B00

Tints of Saddle Brown #813B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.38%

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

R = 68.62%
G = 31.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#813B00 (or 0x813B00) is known color: Saddle Brown. HEX triplet: 81, 3B and 00. RGB value is (129,59,0). Sum of RGB (Red+Green+Blue) = 129+59+0=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #813B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813B00 is #7EC4FF. Grayscale: #494949. Windows color (decimal): -8307968 or 15233. OLE color: 15233.

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

Color convert

RGB 129 59 0 -
CMYK 0 0.54 1 0.49
HSL 27.44º 1% 0.25% -
HSV(B) 27.44º 1% 0.51% -
XYZ 10.62 7.8 0.95 -
YUV 73.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 129 59 0 0 0.54 1 0.49 27.44 1 0.25
Hex 81 3B 0 0 36 64 31 1B 64 19
Octal 201 73 0 0 66 144 61 33 144 31
Binary 10000001 111011 0 0 110110 1100100 110001 11011 1100100 11001

Color Harmonies of #813B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B00

Black with #813B00

Text Example


Text Example

White with #813B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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