#943620

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

Shades of Burnt Umber #943620

Tints of Burnt Umber #943620

Color information

#943620 (or 0x943620) is unknown color: approx Burnt Umber. HEX triplet: 94, 36 and 20. RGB value is (148,54,32). Sum of RGB (Red+Green+Blue) = 148+54+32=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #943620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943620 is #6BC9DF. Grayscale: #4F4F4F. Windows color (decimal): -7064032 or 2111124. OLE color: 2111124.

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

Color convert

RGB1485432-
CMYK00.640.780.42
HSL11.38º64.44%35.29%-
HSV(B)11.38º78.38%58.04%-
XYZ13.799.042.38-
YUV79.6101.14176.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.25%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=63.25%
G=23.08%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148543200.640.780.4211.3864.4435.29
Hex9436200404E2Ab4023
Octal22466400100116521310043
Binary1001010011011010000001000000100111010101010111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943620; }

 p { color: rgb(148,54,32); }

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

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

 a { background-color: rgb(148,54,32); }

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

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

 span { border-color: rgb(148,54,32); }

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