#94280A

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

Shades of Burnt Umber #94280A

Tints of Burnt Umber #94280A

Color information

#94280A (or 0x94280A) is unknown color: approx Burnt Umber. HEX triplet: 94, 28 and 0A. RGB value is (148,40,10). Sum of RGB (Red+Green+Blue) = 148+40+10=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #94280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94280A is #6BD7F5. Grayscale: #454545. Windows color (decimal): -7067638 or 665748. OLE color: 665748.

HSL color Cylindrical-coordinate representation of color #94280A: hue angle of 13.04º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94280A is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1484010-
CMYK00.730.930.42
HSL13.04º87.34%30.98%-
HSV(B)13.04º93.24%58.04%-
XYZ13.037.841.11-
YUV68.8794.78184.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 74.75%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=74.75%
G=20.20%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148401000.730.930.4213.0487.3430.98
Hex9428A0495D2Ad571f
Octal22450120111135521512737
Binary1001010010100010100100100110111011010101101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94280A; }

 p { color: rgb(148,40,10); }

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

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

 a { background-color: rgb(148,40,10); }

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

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

 span { border-color: rgb(148,40,10); }

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