#924D1E

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

Shades of Saddle Brown #924D1E

Tints of Saddle Brown #924D1E

Color information

#924D1E (or 0x924D1E) is unknown color: approx Saddle Brown. HEX triplet: 92, 4D and 1E. RGB value is (146,77,30). Sum of RGB (Red+Green+Blue) = 146+77+30=253 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.71% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 146 - color contains mainly: red. Hex color #924D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924D1E is #6DB2E1. Grayscale: #5C5C5C. Windows color (decimal): -7189218 or 1985938. OLE color: 1985938.

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

Color convert

RGB1467730-
CMYK00.470.790.43
HSL24.31º65.91%34.51%-
HSV(B)24.31º79.45%57.25%-
XYZ14.7411.512.67-
YUV92.2792.86166.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.71%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=57.71%
G=30.43%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146773000.470.790.4324.3165.9134.51
Hex924D1E02F4F2B184223
Octal22211536057117533010243
Binary1001001010011011111001011111001111101011110001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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