#914611

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

Shades of Saddle Brown #914611

Tints of Saddle Brown #914611

Color information

#914611 (or 0x914611) is unknown color: approx Saddle Brown. HEX triplet: 91, 46 and 11. RGB value is (145,70,17). Sum of RGB (Red+Green+Blue) = 145+70+17=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #914611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914611 is #6EB9EE. Grayscale: #565656. Windows color (decimal): -7256559 or 1132177. OLE color: 1132177.

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

Color convert

RGB1457017-
CMYK00.520.880.43
HSL24.84º79.01%31.76%-
HSV(B)24.84º88.28%56.86%-
XYZ13.9710.441.81-
YUV86.3888.85169.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.5%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 17 (7.03% from 255) = 7.33%
R=62.5%
G=30.17%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145701700.520.880.4324.8479.0131.76
Hex914611034582B194f20
Octal22110621064130533111740
Binary1001000110001101000101101001011000101011110011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914611; }

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

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

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

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

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

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

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

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