#943325

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

Shades of Burnt Umber #943325

Tints of Burnt Umber #943325

Color information

#943325 (or 0x943325) is unknown color: approx Burnt Umber. HEX triplet: 94, 33 and 25. RGB value is (148,51,37). Sum of RGB (Red+Green+Blue) = 148+51+37=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #943325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943325 is #6BCCDA. Grayscale: #4E4E4E. Windows color (decimal): -7064795 or 2438036. OLE color: 2438036.

HSL color Cylindrical-coordinate representation of color #943325: hue angle of 7.57º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #943325 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB1485137-
CMYK00.660.750.42
HSL7.57º60%36.27%-
HSV(B)7.57º75%58.04%-
XYZ13.738.82.72-
YUV78.41104.64177.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.71%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 37 (14.84% from 255) = 15.68%
R=62.71%
G=21.61%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148513700.660.750.427.576036.27
Hex9433250424B2A83c24
Octal2246345010211352107444
Binary100101001100111001010100001010010111010101000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943325; }

 p { color: rgb(148,51,37); }

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

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

 a { background-color: rgb(148,51,37); }

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

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

 span { border-color: rgb(148,51,37); }

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