#924B1E

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

Shades of Saddle Brown #924B1E

Tints of Saddle Brown #924B1E

Color information

#924B1E (or 0x924B1E) is unknown color: approx Saddle Brown. HEX triplet: 92, 4B and 1E. RGB value is (146,75,30). Sum of RGB (Red+Green+Blue) = 146+75+30=251 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.17% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 146 - color contains mainly: red. Hex color #924B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924B1E is #6DB4E1. Grayscale: #5B5B5B. Windows color (decimal): -7189730 or 1985426. OLE color: 1985426.

HSL color Cylindrical-coordinate representation of color #924B1E: hue angle of 23.28º 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 #924B1E is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1467530-
CMYK00.490.790.43
HSL23.28º65.91%34.51%-
HSV(B)23.28º79.45%57.25%-
XYZ14.611.242.63-
YUV91.193.52167.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.17%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=58.17%
G=29.88%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146753000.490.790.4323.2865.9134.51
Hex924B1E0314F2B174223
Octal22211336061117532710243
Binary1001001010010111111001100011001111101011101111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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