Html Css Color HEX #932D1E Burnt Umber

📋 copy color: '#932D1E'

red 147 ◦ green 45 ◦ blue 30

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

Shades of Burnt Umber #932D1E

Tints of Burnt Umber #932D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 66.22%
G = 20.27%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#932D1E (or 0x932D1E) is known color: Burnt Umber. HEX triplet: 93, 2D and 1E. RGB value is (147,45,30). Sum of RGB (Red+Green+Blue) = 147+45+30=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #932D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932D1E is #6CD2E1. Grayscale: #494949. Windows color (decimal): -7131874 or 1977747. OLE color: 1977747.

HSL color Cylindrical-coordinate representation of color #932D1E: hue angle of 7.69º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #932D1E is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 45 30 -
CMYK 0 0.69 0.80 0.42
HSL 7.69º 0.66% 0.35% -
HSV(B) 7.69º 0.8% 0.58% -
XYZ 13.21 8.17 2.11 -
YUV 73.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 147 45 30 0 0.69 0.80 0.42 7.69 0.66 0.35
Hex 93 2D 1E 0 45 50 2A 8 42 23
Octal 223 55 36 0 105 120 52 10 102 43
Binary 10010011 101101 11110 0 1000101 1010000 101010 1000 1000010 100011

Color Harmonies of #932D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932D1E

Black with #932D1E

Text Example


Text Example

White with #932D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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