Html Css Color HEX #932A0A Burnt Umber

📋 copy color: '#932A0A'

red 147 ◦ green 42 ◦ blue 10

#932A0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #932A0A

Tints of Burnt Umber #932A0A

RGB

 RED value IS 147 (57.81% from 255) = 73.87%

 GREEN value IS 42 (16.8% from 255) = 21.11%

 BLUE value IS 10 (4.3% from 255) = 5.03%

R = 73.87%
G = 21.11%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#932A0A (or 0x932A0A) is known color: Burnt Umber. HEX triplet: 93, 2A and 0A. RGB value is (147,42,10). Sum of RGB (Red+Green+Blue) = 147+42+10=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #932A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932A0A is #6CD5F5. Grayscale: #454545. Windows color (decimal): -7132662 or 666259. OLE color: 666259.

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

Color convert

RGB 147 42 10 -
CMYK 0 0.71 0.93 0.42
HSL 14.01º 0.87% 0.31% -
HSV(B) 14.01º 0.93% 0.58% -
XYZ 12.92 7.88 1.13 -
YUV 69.75 94.29 183.1 -
System Red Green Blue C M Y K H S L
Decimal 147 42 10 0 0.71 0.93 0.42 14.01 0.87 0.31
Hex 93 2A A 0 47 5D 2A E 57 1F
Octal 223 52 12 0 107 135 52 16 127 37
Binary 10010011 101010 1010 0 1000111 1011101 101010 1110 1010111 11111

Color Harmonies of #932A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932A0A

Black with #932A0A

Text Example


Text Example

White with #932A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #932A0A;
 }
 .AnyTagClassName
 {
   color: #932A0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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