Html Css Color HEX #932912 Burnt Umber

📋 copy color: '#932912'

red 147 ◦ green 41 ◦ blue 18

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

Shades of Burnt Umber #932912

Tints of Burnt Umber #932912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

 BLUE value IS 18 (7.42% from 255) = 8.74%

R = 71.36%
G = 19.9%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#932912 (or 0x932912) is known color: Burnt Umber. HEX triplet: 93, 29 and 12. RGB value is (147,41,18). Sum of RGB (Red+Green+Blue) = 147+41+18=206 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.36% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 147 - color contains mainly: red. Hex color #932912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932912 is #6CD6ED. Grayscale: #464646. Windows color (decimal): -7132910 or 1190291. OLE color: 1190291.

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

Color convert

RGB 147 41 18 -
CMYK 0 0.72 0.88 0.42
HSL 10.7º 0.78% 0.32% -
HSV(B) 10.7º 0.88% 0.58% -
XYZ 12.93 7.83 1.4 -
YUV 70.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 147 41 18 0 0.72 0.88 0.42 10.7 0.78 0.32
Hex 93 29 12 0 48 58 2A B 4E 20
Octal 223 51 22 0 110 130 52 13 116 40
Binary 10010011 101001 10010 0 1001000 1011000 101010 1011 1001110 100000

Color Harmonies of #932912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932912

Black with #932912

Text Example


Text Example

White with #932912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932912; }

 p { color: rgb(147,41,18); }

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

background-color css

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

 a { background-color: rgb(147,41,18); }

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

border-color css

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

 span { border-color: rgb(147,41,18); }

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