#942F0A

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

Shades of Saddle Brown #942F0A

Tints of Saddle Brown #942F0A

Color information

#942F0A (or 0x942F0A) is unknown color: approx Saddle Brown. HEX triplet: 94, 2F and 0A. RGB value is (148,47,10). Sum of RGB (Red+Green+Blue) = 148+47+10=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #942F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F0A is #6BD0F5. Grayscale: #494949. Windows color (decimal): -7065846 or 667540. OLE color: 667540.

HSL color Cylindrical-coordinate representation of color #942F0A: hue angle of 16.09º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #942F0A is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1484710-
CMYK00.680.930.42
HSL16.09º87.34%30.98%-
HSV(B)16.09º93.24%58.04%-
XYZ13.288.351.2-
YUV72.9892.46181.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 72.20%
GREEN value IS 47 (18.75% from 255) = 22.93%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=72.20%
G=22.93%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148471000.680.930.4216.0987.3430.98
Hex942FA0445D2A10571f
Octal22457120104135522012737
Binary10010100101111101001000100101110110101010000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942F0A; }

 p { color: rgb(148,47,10); }

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

<style>
 a { background-color: #942F0A; }

 a { background-color: rgb(148,47,10); }

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

<style>
 span { border-color: #942F0A; }

 span { border-color: rgb(148,47,10); }

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