#924019

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

Shades of Saddle Brown #924019

Tints of Saddle Brown #924019

Color information

#924019 (or 0x924019) is unknown color: approx Saddle Brown. HEX triplet: 92, 40 and 19. RGB value is (146,64,25). Sum of RGB (Red+Green+Blue) = 146+64+25=235 (31% of max value = 765). Red value is 146 (57.42% from 255 or 62.13% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 146 - color contains mainly: red. Hex color #924019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924019 is #6DBFE6. Grayscale: #545454. Windows color (decimal): -7192551 or 1654930. OLE color: 1654930.

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

Color convert

RGB1466425-
CMYK00.560.830.43
HSL19.34º70.76%33.53%-
HSV(B)19.34º82.88%57.25%-
XYZ13.869.852.09-
YUV84.0794.67172.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.13%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 25 (10.16% from 255) = 10.64%
R=62.13%
G=27.23%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146642500.560.830.4319.3470.7633.53
Hex924019038532B134722
Octal22210031070123532310742
Binary1001001010000001100101110001010011101011100111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924019; }

 p { color: rgb(146,64,25); }

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

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

 a { background-color: rgb(146,64,25); }

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

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

 span { border-color: rgb(146,64,25); }

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