#94371f

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

Shades of Burnt Umber #94371F

Tints of Burnt Umber #94371F

Color information

#94371F (or 0x94371F) is unknown color: approx Burnt Umber. HEX triplet: 94, 37 and 1F. RGB value is (148,55,31). Sum of RGB (Red+Green+Blue) = 148+55+31=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #94371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94371F is #6BC8E0. Grayscale: #505050. Windows color (decimal): -7063777 or 2045844. OLE color: 2045844.

HSL color Cylindrical-coordinate representation of color #94371F: hue angle of 12.31º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94371F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1485531-
CMYK00.630.790.42
HSL12.31º65.36%35.1%-
HSV(B)12.31º79.05%58.04%-
XYZ13.839.132.33-
YUV80.07100.31176.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.25%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 31 (12.5% from 255) = 13.25%
R=63.25%
G=23.50%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148553100.630.790.4212.3165.3635.1
Hex94371F03F4F2Ac4123
Octal2246737077117521410143
Binary10010100110111111110111111100111110101011001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94371f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94371f; }

 p { color: rgb(148,55,31); }

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

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

 a { background-color: rgb(148,55,31); }

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

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

 span { border-color: rgb(148,55,31); }

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