#913E01

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

Shades of Saddle Brown #913E01

Tints of Saddle Brown #913E01

Color information

#913E01 (or 0x913E01) is unknown color: approx Saddle Brown. HEX triplet: 91, 3E and 01. RGB value is (145,62,1). Sum of RGB (Red+Green+Blue) = 145+62+1=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #913E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913E01 is #6EC1FE. Grayscale: #505050. Windows color (decimal): -7258623 or 81553. OLE color: 81553.

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

Color convert

RGB145621-
CMYK00.570.990.43
HSL25.42º98.63%28.63%-
HSV(B)25.42º99.31%56.86%-
XYZ13.419.471.15-
YUV79.8683.5174.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.71%
GREEN value IS 62 (24.61% from 255) = 29.81%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=69.71%
G=29.81%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14562100.570.990.4325.4298.6328.63
Hex913E1039632B19631d
Octal221761071143533114335
Binary1001000111111010111001110001110101111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,62,1); }

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

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

 a { background-color: rgb(145,62,1); }

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

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

 span { border-color: rgb(145,62,1); }

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