Html Css Color HEX #932D16 Burnt Umber

📋 copy color: '#932D16'

red 147 ◦ green 45 ◦ blue 22

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

Shades of Burnt Umber #932D16

Tints of Burnt Umber #932D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.03%

 BLUE value IS 22 (8.98% from 255) = 10.28%

R = 68.69%
G = 21.03%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#932D16 (or 0x932D16) is known color: Burnt Umber. HEX triplet: 93, 2D and 16. RGB value is (147,45,22). Sum of RGB (Red+Green+Blue) = 147+45+22=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #932D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932D16 is #6CD2E9. Grayscale: #494949. Windows color (decimal): -7131882 or 1453459. OLE color: 1453459.

HSL color Cylindrical-coordinate representation of color #932D16: hue angle of 11.04º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #932D16 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 45 22 -
CMYK 0 0.69 0.85 0.42
HSL 11.04º 0.74% 0.33% -
HSV(B) 11.04º 0.85% 0.58% -
XYZ 13.12 8.14 1.64 -
YUV 72.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 147 45 22 0 0.69 0.85 0.42 11.04 0.74 0.33
Hex 93 2D 16 0 45 55 2A B 4A 21
Octal 223 55 26 0 105 125 52 13 112 41
Binary 10010011 101101 10110 0 1000101 1010101 101010 1011 1001010 100001

Color Harmonies of #932D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932D16

Black with #932D16

Text Example


Text Example

White with #932D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,45,22); }

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

background-color css

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

 a { background-color: rgb(147,45,22); }

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

border-color css

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

 span { border-color: rgb(147,45,22); }

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