#913C00

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

Shades of Saddle Brown #913C00

Tints of Saddle Brown #913C00

Color information

#913C00 (or 0x913C00) is unknown color: approx Saddle Brown. HEX triplet: 91, 3C and 00. RGB value is (145,60,0). Sum of RGB (Red+Green+Blue) = 145+60+0=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #913C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913C00 is #6EC3FF. Grayscale: #4E4E4E. Windows color (decimal): -7259136 or 15505. OLE color: 15505.

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

Color convert

RGB145600-
CMYK00.5910.43
HSL24.83º100%28.43%-
HSV(B)24.83º100%56.86%-
XYZ13.299.251.09-
YUV78.5783.66175.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.73%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.73%
G=29.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14560000.5910.4324.8310028.43
Hex913C003B642B19641c
Octal221740073144533114434
Binary1001000111110000111011110010010101111001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,60,0); }

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

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

 a { background-color: rgb(145,60,0); }

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

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

 span { border-color: rgb(145,60,0); }

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