#924812

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

Shades of Saddle Brown #924812

Tints of Saddle Brown #924812

Color information

#924812 (or 0x924812) is unknown color: approx Saddle Brown. HEX triplet: 92, 48 and 12. RGB value is (146,72,18). Sum of RGB (Red+Green+Blue) = 146+72+18=236 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.86% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 146 - color contains mainly: red. Hex color #924812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924812 is #6DB7ED. Grayscale: #585858. Windows color (decimal): -7190510 or 1198226. OLE color: 1198226.

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

Color convert

RGB1467218-
CMYK00.510.880.43
HSL25.31º78.05%32.16%-
HSV(B)25.31º87.67%57.25%-
XYZ14.2810.791.9-
YUV87.9788.52169.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.86%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 18 (7.42% from 255) = 7.63%
R=61.86%
G=30.51%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146721800.510.880.4325.3178.0532.16
Hex924812033582B194e20
Octal22211022063130533111640
Binary1001001010010001001001100111011000101011110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924812; }

 p { color: rgb(146,72,18); }

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

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

 a { background-color: rgb(146,72,18); }

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

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

 span { border-color: rgb(146,72,18); }

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