#942F26

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

Shades of Burnt Umber #942F26

Tints of Burnt Umber #942F26

Color information

#942F26 (or 0x942F26) is unknown color: approx Burnt Umber. HEX triplet: 94, 2F and 26. RGB value is (148,47,38). Sum of RGB (Red+Green+Blue) = 148+47+38=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #942F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942F26 is #6BD0D9. Grayscale: #4C4C4C. Windows color (decimal): -7065818 or 2502548. OLE color: 2502548.

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

Color convert

RGB1484738-
CMYK00.680.740.42
HSL4.91º59.14%36.47%-
HSV(B)4.91º74.32%58.04%-
XYZ13.588.472.75-
YUV76.17106.46179.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.52%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 38 (15.23% from 255) = 16.31%
R=63.52%
G=20.17%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148473800.680.740.424.9159.1436.47
Hex942F260444A2A53b24
Octal224574601041125257344
Binary10010100101111100110010001001001010101010101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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