Html Css Color HEX #813800 Saddle Brown

📋 copy color: '#813800'

red 129 ◦ green 56 ◦ blue 0

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

Shades of Saddle Brown #813800

Tints of Saddle Brown #813800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.27%

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

R = 69.73%
G = 30.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#813800 (or 0x813800) is known color: Saddle Brown. HEX triplet: 81, 38 and 00. RGB value is (129,56,0). Sum of RGB (Red+Green+Blue) = 129+56+0=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #813800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813800 is #7EC7FF. Grayscale: #474747. Windows color (decimal): -8308736 or 14465. OLE color: 14465.

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

Color convert

RGB 129 56 0 -
CMYK 0 0.57 1 0.49
HSL 26.05º 1% 0.25% -
HSV(B) 26.05º 1% 0.51% -
XYZ 10.47 7.5 0.9 -
YUV 71.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 129 56 0 0 0.57 1 0.49 26.05 1 0.25
Hex 81 38 0 0 39 64 31 1A 64 19
Octal 201 70 0 0 71 144 61 32 144 31
Binary 10000001 111000 0 0 111001 1100100 110001 11010 1100100 11001

Color Harmonies of #813800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813800

Black with #813800

Text Example


Text Example

White with #813800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813800; }

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

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

background-color css

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

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

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

border-color css

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

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

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