#924D14

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

Shades of Saddle Brown #924D14

Tints of Saddle Brown #924D14

Color information

#924D14 (or 0x924D14) is unknown color: approx Saddle Brown. HEX triplet: 92, 4D and 14. RGB value is (146,77,20). Sum of RGB (Red+Green+Blue) = 146+77+20=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #924D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924D14 is #6DB2EB. Grayscale: #5B5B5B. Windows color (decimal): -7189228 or 1330578. OLE color: 1330578.

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

Color convert

RGB1467720-
CMYK00.470.860.43
HSL27.14º75.9%32.55%-
HSV(B)27.14º86.3%57.25%-
XYZ14.6311.472.1-
YUV91.1387.86167.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.08%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 20 (8.20% from 255) = 8.23%
R=60.08%
G=31.69%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146772000.470.860.4327.1475.932.55
Hex924D1402F562B1b4c21
Octal22211524057126533311441
Binary1001001010011011010001011111010110101011110111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924D14; }

 p { color: rgb(146,77,20); }

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

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

 a { background-color: rgb(146,77,20); }

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

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

 span { border-color: rgb(146,77,20); }

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