#913800

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

Shades of Saddle Brown #913800

Tints of Saddle Brown #913800

Color information

#913800 (or 0x913800) is unknown color: approx Saddle Brown. HEX triplet: 91, 38 and 00. RGB value is (145,56,0). Sum of RGB (Red+Green+Blue) = 145+56+0=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #913800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913800 is #6EC7FF. Grayscale: #4C4C4C. Windows color (decimal): -7260160 or 14481. OLE color: 14481.

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

Color convert

RGB145560-
CMYK00.6110.43
HSL23.17º100%28.43%-
HSV(B)23.17º100%56.86%-
XYZ13.098.851.02-
YUV76.2384.99177.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 72.14%
GREEN value IS 56 (22.27% from 255) = 27.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.14%
G=27.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14556000.6110.4323.1710028.43
Hex9138003D642B17641c
Octal221700075144532714434
Binary1001000111100000111101110010010101110111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913800; }

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

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

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

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

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

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

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

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