#94351C

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

Shades of Burnt Umber #94351C

Tints of Burnt Umber #94351C

Color information

#94351C (or 0x94351C) is unknown color: approx Burnt Umber. HEX triplet: 94, 35 and 1C. RGB value is (148,53,28). Sum of RGB (Red+Green+Blue) = 148+53+28=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #94351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94351C is #6BCAE3. Grayscale: #4E4E4E. Windows color (decimal): -7064292 or 1848724. OLE color: 1848724.

HSL color Cylindrical-coordinate representation of color #94351C: hue angle of 12.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94351C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1485328-
CMYK00.640.810.42
HSL12.5º68.18%34.51%-
HSV(B)12.5º81.08%58.04%-
XYZ13.78.932.1-
YUV78.5699.47177.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.63%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 28 (11.33% from 255) = 12.23%
R=64.63%
G=23.14%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148532800.640.810.4212.568.1834.51
Hex94351C040512Ac4423
Octal22465340100121521410443
Binary100101001101011110001000000101000110101011001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94351C; }

 p { color: rgb(148,53,28); }

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

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

 a { background-color: rgb(148,53,28); }

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

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

 span { border-color: rgb(148,53,28); }

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