#913A00

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

Shades of Saddle Brown #913A00

Tints of Saddle Brown #913A00

Color information

#913A00 (or 0x913A00) is unknown color: approx Saddle Brown. HEX triplet: 91, 3A and 00. RGB value is (145,58,0). Sum of RGB (Red+Green+Blue) = 145+58+0=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #913A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913A00 is #6EC5FF. Grayscale: #4D4D4D. Windows color (decimal): -7259648 or 14993. OLE color: 14993.

HSL color Cylindrical-coordinate representation of color #913A00: hue angle of 24º 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 #913A00 is Cyan = 0, Magento = 0.6, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB145580-
CMYK00.610.43
HSL24º100%28.43%-
HSV(B)24º100%56.86%-
XYZ13.199.051.05-
YUV77.484.32176.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.43%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.43%
G=28.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14558000.610.432410028.43
Hex913A003C642B18641c
Octal221720074144533014434
Binary1001000111101000111100110010010101111000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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