#924F02

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

Shades of Saddle Brown #924F02

Tints of Saddle Brown #924F02

Color information

#924F02 (or 0x924F02) is unknown color: approx Saddle Brown. HEX triplet: 92, 4F and 02. RGB value is (146,79,2). Sum of RGB (Red+Green+Blue) = 146+79+2=227 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.32% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 146 - color contains mainly: red. Hex color #924F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924F02 is #6DB0FD. Grayscale: #5A5A5A. Windows color (decimal): -7188734 or 151442. OLE color: 151442.

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

Color convert

RGB146792-
CMYK00.460.990.43
HSL32.08º97.3%29.02%-
HSV(B)32.08º98.63%57.25%-
XYZ14.6611.711.54-
YUV90.2578.2167.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.32%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=64.32%
G=34.80%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14679200.460.990.4332.0897.329.02
Hex924F202E632B20611d
Octal2221172056143534014135
Binary1001001010011111001011101100011101011100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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