#924612

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

Shades of Saddle Brown #924612

Tints of Saddle Brown #924612

Color information

#924612 (or 0x924612) is unknown color: approx Saddle Brown. HEX triplet: 92, 46 and 12. RGB value is (146,70,18). Sum of RGB (Red+Green+Blue) = 146+70+18=234 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.39% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 146 - color contains mainly: red. Hex color #924612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924612 is #6DB9ED. Grayscale: #575757. Windows color (decimal): -7191022 or 1197714. OLE color: 1197714.

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

Color convert

RGB1467018-
CMYK00.520.880.43
HSL24.38º78.05%32.16%-
HSV(B)24.38º87.67%57.25%-
XYZ14.1510.531.86-
YUV86.889.18170.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.39%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=62.39%
G=29.91%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146701800.520.880.4324.3878.0532.16
Hex924612034582B184e20
Octal22210622064130533011640
Binary1001001010001101001001101001011000101011110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924612; }

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

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

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

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

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

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

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

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