#914819

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

Shades of Saddle Brown #914819

Tints of Saddle Brown #914819

Color information

#914819 (or 0x914819) is unknown color: approx Saddle Brown. HEX triplet: 91, 48 and 19. RGB value is (145,72,25). Sum of RGB (Red+Green+Blue) = 145+72+25=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #914819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914819 is #6EB7E6. Grayscale: #585858. Windows color (decimal): -7256039 or 1656977. OLE color: 1656977.

HSL color Cylindrical-coordinate representation of color #914819: hue angle of 23.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #914819 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB1457225-
CMYK00.500.830.43
HSL23.5º70.59%33.33%-
HSV(B)23.5º82.76%56.86%-
XYZ14.1710.722.24-
YUV88.4792.18168.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.92%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 25 (10.16% from 255) = 10.33%
R=59.92%
G=29.75%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145722500.500.830.4323.570.5933.33
Hex914819032532B184721
Octal22111031062123533010741
Binary1001000110010001100101100101010011101011110001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914819; }

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

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

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

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

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

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

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

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