Html Css Color HEX #932F1C Burnt Umber

📋 copy color: '#932F1C'

red 147 ◦ green 47 ◦ blue 28

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

Shades of Burnt Umber #932F1C

Tints of Burnt Umber #932F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.61%

R = 66.22%
G = 21.17%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#932F1C (or 0x932F1C) is known color: Burnt Umber. HEX triplet: 93, 2F and 1C. RGB value is (147,47,28). Sum of RGB (Red+Green+Blue) = 147+47+28=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #932F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932F1C is #6CD0E3. Grayscale: #4A4A4A. Windows color (decimal): -7131364 or 1847187. OLE color: 1847187.

HSL color Cylindrical-coordinate representation of color #932F1C: hue angle of 9.58º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #932F1C is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 47 28 -
CMYK 0 0.68 0.81 0.42
HSL 9.58º 0.68% 0.34% -
HSV(B) 9.58º 0.81% 0.58% -
XYZ 13.26 8.32 2.01 -
YUV 74.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 147 47 28 0 0.68 0.81 0.42 9.58 0.68 0.34
Hex 93 2F 1C 0 44 51 2A A 44 22
Octal 223 57 34 0 104 121 52 12 104 42
Binary 10010011 101111 11100 0 1000100 1010001 101010 1010 1000100 100010

Color Harmonies of #932F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932F1C

Black with #932F1C

Text Example


Text Example

White with #932F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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