#913005

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

Shades of Saddle Brown #913005

Tints of Saddle Brown #913005

Color information

#913005 (or 0x913005) is unknown color: approx Saddle Brown. HEX triplet: 91, 30 and 05. RGB value is (145,48,5). Sum of RGB (Red+Green+Blue) = 145+48+5=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #913005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913005 is #6ECFFA. Grayscale: #484848. Windows color (decimal): -7262203 or 340113. OLE color: 340113.

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

Color convert

RGB145485-
CMYK00.670.970.43
HSL18.43º93.33%29.41%-
HSV(B)18.43º96.55%56.86%-
XYZ12.768.141.04-
YUV72.190.14180-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.23%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 5 (2.34% from 255) = 2.53%
R=73.23%
G=24.24%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14548500.670.970.4318.4393.3329.41
Hex91305043612B125d1d
Octal2216050103141532213535
Binary1001000111000010101000011110000110101110010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913005; }

 p { color: rgb(145,48,5); }

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

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

 a { background-color: rgb(145,48,5); }

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

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

 span { border-color: rgb(145,48,5); }

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