#94351E

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

Shades of Burnt Umber #94351E

Tints of Burnt Umber #94351E

Color information

#94351E (or 0x94351E) is unknown color: approx Burnt Umber. HEX triplet: 94, 35 and 1E. RGB value is (148,53,30). Sum of RGB (Red+Green+Blue) = 148+53+30=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #94351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94351E is #6BCAE1. Grayscale: #4E4E4E. Windows color (decimal): -7064290 or 1979796. OLE color: 1979796.

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

Color convert

RGB1485330-
CMYK00.640.800.42
HSL11.69º66.29%34.9%-
HSV(B)11.69º79.73%58.04%-
XYZ13.728.942.23-
YUV78.78100.47177.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.07%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 30 (12.11% from 255) = 12.99%
R=64.07%
G=22.94%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148533000.640.800.4211.6966.2934.9
Hex94351E040502Ac4223
Octal22465360100120521410243
Binary100101001101011111001000000101000010101011001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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