#924F0B

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

Shades of Saddle Brown #924F0B

Tints of Saddle Brown #924F0B

Color information

#924F0B (or 0x924F0B) is unknown color: approx Saddle Brown. HEX triplet: 92, 4F and 0B. RGB value is (146,79,11). Sum of RGB (Red+Green+Blue) = 146+79+11=236 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.86% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 146 - color contains mainly: red. Hex color #924F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924F0B is #6DB0F4. Grayscale: #5B5B5B. Windows color (decimal): -7188725 or 741266. OLE color: 741266.

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

Color convert

RGB1467911-
CMYK00.460.920.43
HSL30.22º85.99%30.78%-
HSV(B)30.22º92.47%57.25%-
XYZ14.7111.731.8-
YUV91.2882.7167.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.86%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 11 (4.69% from 255) = 4.66%
R=61.86%
G=33.47%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146791100.460.920.4330.2285.9930.78
Hex924FB02E5C2B1e561f
Octal22211713056134533612637
Binary10010010100111110110101110101110010101111110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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