#913D08

Color #913D08 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #913D08

Tints of Saddle Brown #913D08

Color information

#913D08 (or 0x913D08) is unknown color: approx Saddle Brown. HEX triplet: 91, 3D and 08. RGB value is (145,61,8). Sum of RGB (Red+Green+Blue) = 145+61+8=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #913D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913D08 is #6EC2F7. Grayscale: #505050. Windows color (decimal): -7258872 or 540049. OLE color: 540049.

HSL color Cylindrical-coordinate representation of color #913D08: hue angle of 23.21º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #913D08 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB145618-
CMYK00.580.940.43
HSL23.21º89.54%30%-
HSV(B)23.21º94.48%56.86%-
XYZ13.399.371.33-
YUV80.0787.33174.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 67.76%
GREEN value IS 61 (24.22% from 255) = 28.50%
BLUE value IS 8 (3.52% from 255) = 3.74%
R=67.76%
G=28.50%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14561800.580.940.4323.2189.5430
Hex913D803A5E2B175a1e
Octal2217510072136532713236
Binary1001000111110110000111010101111010101110111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913D08; }

 p { color: rgb(145,61,8); }

 H1.HeaderClassName
 {
   color: #913D08;
 }
 .AnyTagClassName
 {
   color: #913D08;
 }
</style>
background-color css

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

 a { background-color: rgb(145,61,8); }

 div.DivClassName
 {
   background-color: #913D08;
 }
 .BgClassName
 {
   background-color: #913D08;
 }
</style>
border-color css

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

 span { border-color: rgb(145,61,8); }

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