#932A07

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

Shades of Burnt Umber #932A07

Tints of Burnt Umber #932A07

Color information

#932A07 (or 0x932A07) is unknown color: approx Burnt Umber. HEX triplet: 93, 2A and 07. RGB value is (147,42,7). Sum of RGB (Red+Green+Blue) = 147+42+7=196 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 147 - color contains mainly: red. Hex color #932A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932A07 is #6CD5F8. Grayscale: #454545. Windows color (decimal): -7132665 or 469651. OLE color: 469651.

HSL color Cylindrical-coordinate representation of color #932A07: hue angle of 15º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #932A07 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB147427-
CMYK00.710.950.42
HSL15º90.91%30.2%-
HSV(B)15º95.24%57.65%-
XYZ12.97.871.04-
YUV69.492.79183.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 7 (3.12% from 255) = 3.57%
R=75%
G=21.43%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14742700.710.950.421590.9130.2
Hex932A70475F2Af5b1e
Octal2235270107137521713336
Binary100100111010101110100011110111111010101111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932A07; }

 p { color: rgb(147,42,7); }

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

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

 a { background-color: rgb(147,42,7); }

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

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

 span { border-color: rgb(147,42,7); }

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