#913E03

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

Shades of Saddle Brown #913E03

Tints of Saddle Brown #913E03

Color information

#913E03 (or 0x913E03) is unknown color: approx Saddle Brown. HEX triplet: 91, 3E and 03. RGB value is (145,62,3). Sum of RGB (Red+Green+Blue) = 145+62+3=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #913E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913E03 is #6EC1FC. Grayscale: #505050. Windows color (decimal): -7258621 or 212625. OLE color: 212625.

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

Color convert

RGB145623-
CMYK00.570.980.43
HSL24.93º95.95%29.02%-
HSV(B)24.93º97.93%56.86%-
XYZ13.429.471.21-
YUV80.0984.5174.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.05%
GREEN value IS 62 (24.61% from 255) = 29.52%
BLUE value IS 3 (1.56% from 255) = 1.43%
R=69.05%
G=29.52%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14562300.570.980.4324.9395.9529.02
Hex913E3039622B19601d
Octal221763071142533114035
Binary10010001111110110111001110001010101111001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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