#942604

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

Shades of Burnt Umber #942604

Tints of Burnt Umber #942604

Color information

#942604 (or 0x942604) is unknown color: approx Burnt Umber. HEX triplet: 94, 26 and 04. RGB value is (148,38,4). Sum of RGB (Red+Green+Blue) = 148+38+4=190 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.89% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 148 - color contains mainly: red. Hex color #942604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942604 is #6BD9FB. Grayscale: #434343. Windows color (decimal): -7068156 or 272020. OLE color: 272020.

HSL color Cylindrical-coordinate representation of color #942604: hue angle of 14.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #942604 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB148384-
CMYK00.740.970.42
HSL14.17º94.74%29.8%-
HSV(B)14.17º97.3%58.04%-
XYZ12.937.690.92-
YUV67.0192.44185.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 77.89%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 4 (1.95% from 255) = 2.11%
R=77.89%
G=20%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14838400.740.970.4214.1794.7429.8
Hex9426404A612Ae5f1e
Octal2244640112141521613736
Binary100101001001101000100101011000011010101110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942604; }

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

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

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

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

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

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

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

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