#942A0F

Color #942A0F Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #942A0F

Tints of Burnt Umber #942A0F

Color information

#942A0F (or 0x942A0F) is unknown color: approx Burnt Umber. HEX triplet: 94, 2A and 0F. RGB value is (148,42,15). Sum of RGB (Red+Green+Blue) = 148+42+15=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #942A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942A0F is #6BD5F0. Grayscale: #464646. Windows color (decimal): -7067121 or 993940. OLE color: 993940.

HSL color Cylindrical-coordinate representation of color #942A0F: hue angle of 12.18º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #942A0F is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1484215-
CMYK00.720.900.42
HSL12.18º81.6%31.96%-
HSV(B)12.18º89.86%58.04%-
XYZ13.137.991.3-
YUV70.6296.62183.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 72.20%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 15 (6.25% from 255) = 7.32%
R=72.20%
G=20.49%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148421500.720.900.4212.1881.631.96
Hex942AF0485A2Ac5220
Octal22452170110132521412240
Binary10010100101010111101001000101101010101011001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,42,15); }

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

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

 a { background-color: rgb(148,42,15); }

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

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

 span { border-color: rgb(148,42,15); }

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