#914311

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

Shades of Saddle Brown #914311

Tints of Saddle Brown #914311

Color information

#914311 (or 0x914311) is unknown color: approx Saddle Brown. HEX triplet: 91, 43 and 11. RGB value is (145,67,17). Sum of RGB (Red+Green+Blue) = 145+67+17=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #914311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914311 is #6EBCEE. Grayscale: #545454. Windows color (decimal): -7257327 or 1131409. OLE color: 1131409.

HSL color Cylindrical-coordinate representation of color #914311: hue angle of 23.44º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #914311 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1456717-
CMYK00.540.880.43
HSL23.44º79.01%31.76%-
HSV(B)23.44º88.28%56.86%-
XYZ13.7910.071.75-
YUV84.6289.84171.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.32%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=63.32%
G=29.26%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145671700.540.880.4323.4479.0131.76
Hex914311036582B174f20
Octal22110321066130532711740
Binary1001000110000111000101101101011000101011101111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914311; }

 p { color: rgb(145,67,17); }

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

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

 a { background-color: rgb(145,67,17); }

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

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

 span { border-color: rgb(145,67,17); }

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