#942603

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

Shades of Burnt Umber #942603

Tints of Burnt Umber #942603

Color information

#942603 (or 0x942603) is unknown color: approx Burnt Umber. HEX triplet: 94, 26 and 03. RGB value is (148,38,3). Sum of RGB (Red+Green+Blue) = 148+38+3=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #942603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942603 is #6BD9FC. Grayscale: #434343. Windows color (decimal): -7068157 or 206484. OLE color: 206484.

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

Color convert

RGB148383-
CMYK00.740.980.42
HSL14.48º96.03%29.61%-
HSV(B)14.48º97.97%58.04%-
XYZ12.927.690.89-
YUV66.991.94185.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 78.31%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 3 (1.56% from 255) = 1.59%
R=78.31%
G=20.11%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14838300.740.980.4214.4896.0329.61
Hex9426304A622Ae601e
Octal2244630112142521614036
Binary10010100100110110100101011000101010101110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942603; }

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

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

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

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

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

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

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

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