#913A07

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

Shades of Saddle Brown #913A07

Tints of Saddle Brown #913A07

Color information

#913A07 (or 0x913A07) is unknown color: approx Saddle Brown. HEX triplet: 91, 3A and 07. RGB value is (145,58,7). Sum of RGB (Red+Green+Blue) = 145+58+7=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #913A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913A07 is #6EC5F8. Grayscale: #4E4E4E. Windows color (decimal): -7259641 or 473745. OLE color: 473745.

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

Color convert

RGB145587-
CMYK00.60.950.43
HSL22.17º90.79%29.8%-
HSV(B)22.17º95.17%56.86%-
XYZ13.239.061.25-
YUV78.287.82175.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.05%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 7 (3.12% from 255) = 3.33%
R=69.05%
G=27.62%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14558700.60.950.4322.1790.7929.8
Hex913A703C5F2B165b1e
Octal221727074137532613336
Binary100100011110101110111100101111110101110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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