#915214

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

Shades of Saddle Brown #915214

Tints of Saddle Brown #915214

Color information

#915214 (or 0x915214) is unknown color: approx Saddle Brown. HEX triplet: 91, 52 and 14. RGB value is (145,82,20). Sum of RGB (Red+Green+Blue) = 145+82+20=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #915214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915214 is #6EADEB. Grayscale: #5E5E5E. Windows color (decimal): -7253484 or 1331857. OLE color: 1331857.

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

Color convert

RGB1458220-
CMYK00.430.860.43
HSL29.76º75.76%32.35%-
HSV(B)29.76º86.21%56.86%-
XYZ14.8212.12.22-
YUV93.7786.37164.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.70%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=58.70%
G=33.20%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145822000.430.860.4329.7675.7632.35
Hex91521402B562B1e4c20
Octal22112224053126533611440
Binary1001000110100101010001010111010110101011111101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915214; }

 p { color: rgb(145,82,20); }

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

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

 a { background-color: rgb(145,82,20); }

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

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

 span { border-color: rgb(145,82,20); }

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