#914711

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

Shades of Saddle Brown #914711

Tints of Saddle Brown #914711

Color information

#914711 (or 0x914711) is unknown color: approx Saddle Brown. HEX triplet: 91, 47 and 11. RGB value is (145,71,17). Sum of RGB (Red+Green+Blue) = 145+71+17=233 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.23% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 145 - color contains mainly: red. Hex color #914711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914711 is #6EB8EE. Grayscale: #575757. Windows color (decimal): -7256303 or 1132433. OLE color: 1132433.

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

Color convert

RGB1457117-
CMYK00.510.880.43
HSL25.31º79.01%31.76%-
HSV(B)25.31º88.28%56.86%-
XYZ14.0310.571.83-
YUV86.9788.52169.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.23%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 17 (7.03% from 255) = 7.30%
R=62.23%
G=30.47%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145711700.510.880.4325.3179.0131.76
Hex914711033582B194f20
Octal22110721063130533111740
Binary1001000110001111000101100111011000101011110011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914711; }

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

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

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

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

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

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

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

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