#924E02

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

Shades of Saddle Brown #924E02

Tints of Saddle Brown #924E02

Color information

#924E02 (or 0x924E02) is unknown color: approx Saddle Brown. HEX triplet: 92, 4E and 02. RGB value is (146,78,2). Sum of RGB (Red+Green+Blue) = 146+78+2=226 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.60% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 146 - color contains mainly: red. Hex color #924E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924E02 is #6DB1FD. Grayscale: #5A5A5A. Windows color (decimal): -7188990 or 151186. OLE color: 151186.

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

Color convert

RGB146782-
CMYK00.470.990.43
HSL31.67º97.3%29.02%-
HSV(B)31.67º98.63%57.25%-
XYZ14.5911.561.52-
YUV89.6778.53168.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.60%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=64.60%
G=34.51%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14678200.470.990.4331.6797.329.02
Hex924E202F632B20611d
Octal2221162057143534014135
Binary1001001010011101001011111100011101011100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,78,2); }

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

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

 a { background-color: rgb(146,78,2); }

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

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

 span { border-color: rgb(146,78,2); }

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