Html Css Color HEX #932F12 Burnt Umber

📋 copy color: '#932F12'

red 147 ◦ green 47 ◦ blue 18

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

Shades of Burnt Umber #932F12

Tints of Burnt Umber #932F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.17%

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

R = 69.34%
G = 22.17%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#932F12 (or 0x932F12) is known color: Burnt Umber. HEX triplet: 93, 2F and 12. RGB value is (147,47,18). Sum of RGB (Red+Green+Blue) = 147+47+18=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #932F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932F12 is #6CD0ED. Grayscale: #494949. Windows color (decimal): -7131374 or 1191827. OLE color: 1191827.

HSL color Cylindrical-coordinate representation of color #932F12: hue angle of 13.49º 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 #932F12 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 47 18 -
CMYK 0 0.68 0.88 0.42
HSL 13.49º 0.78% 0.32% -
HSV(B) 13.49º 0.88% 0.58% -
XYZ 13.16 8.28 1.48 -
YUV 73.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 147 47 18 0 0.68 0.88 0.42 13.49 0.78 0.32
Hex 93 2F 12 0 44 58 2A D 4E 20
Octal 223 57 22 0 104 130 52 15 116 40
Binary 10010011 101111 10010 0 1000100 1011000 101010 1101 1001110 100000

Color Harmonies of #932F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932F12

Black with #932F12

Text Example


Text Example

White with #932F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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