#914b16

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

Shades of Saddle Brown #914B16

Tints of Saddle Brown #914B16

Color information

#914B16 (or 0x914B16) is unknown color: approx Saddle Brown. HEX triplet: 91, 4B and 16. RGB value is (145,75,22). Sum of RGB (Red+Green+Blue) = 145+75+22=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #914B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914B16 is #6EB4E9. Grayscale: #5A5A5A. Windows color (decimal): -7255274 or 1461137. OLE color: 1461137.

HSL color Cylindrical-coordinate representation of color #914B16: hue angle of 25.85º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #914B16 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB1457522-
CMYK00.480.850.43
HSL25.85º73.65%32.75%-
HSV(B)25.85º84.83%56.86%-
XYZ14.3411.112.15-
YUV89.8989.69167.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.92%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=59.92%
G=30.99%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145752200.480.850.4325.8573.6532.75
Hex914B16030552B1a4a21
Octal22111326060125533211241
Binary1001000110010111011001100001010101101011110101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914b16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914b16; }

 p { color: rgb(145,75,22); }

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

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

 a { background-color: rgb(145,75,22); }

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

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

 span { border-color: rgb(145,75,22); }

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