#942E26

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

Shades of Burnt Umber #942E26

Tints of Burnt Umber #942E26

Color information

#942E26 (or 0x942E26) is unknown color: approx Burnt Umber. HEX triplet: 94, 2E and 26. RGB value is (148,46,38). Sum of RGB (Red+Green+Blue) = 148+46+38=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #942E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E26 is #6BD1D9. Grayscale: #4B4B4B. Windows color (decimal): -7066074 or 2502292. OLE color: 2502292.

HSL color Cylindrical-coordinate representation of color #942E26: hue angle of 4.36º 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 #942E26 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB1484638-
CMYK00.690.740.42
HSL4.36º59.14%36.47%-
HSV(B)4.36º74.32%58.04%-
XYZ13.548.392.74-
YUV75.59106.79179.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.79%
GREEN value IS 46 (18.36% from 255) = 19.83%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=63.79%
G=19.83%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148463800.690.740.424.3659.1436.47
Hex942E260454A2A43b24
Octal224564601051125247344
Binary10010100101110100110010001011001010101010100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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