#914811

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

Shades of Saddle Brown #914811

Tints of Saddle Brown #914811

Color information

#914811 (or 0x914811) is unknown color: approx Saddle Brown. HEX triplet: 91, 48 and 11. RGB value is (145,72,17). Sum of RGB (Red+Green+Blue) = 145+72+17=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #914811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914811 is #6EB7EE. Grayscale: #575757. Windows color (decimal): -7256047 or 1132689. OLE color: 1132689.

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

Color convert

RGB1457217-
CMYK00.500.880.43
HSL25.78º79.01%31.76%-
HSV(B)25.78º88.28%56.86%-
XYZ14.110.691.85-
YUV87.5688.18168.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 61.97%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 17 (7.03% from 255) = 7.26%
R=61.97%
G=30.77%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145721700.500.880.4325.7879.0131.76
Hex914811032582B1a4f20
Octal22111021062130533211740
Binary1001000110010001000101100101011000101011110101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914811; }

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

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

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

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

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

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

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

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