Html Css Color HEX #932A1B Burnt Umber

📋 copy color: '#932A1B'

red 147 ◦ green 42 ◦ blue 27

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

Shades of Burnt Umber #932A1B

Tints of Burnt Umber #932A1B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.44%

 BLUE value IS 27 (10.94% from 255) = 12.5%

R = 68.06%
G = 19.44%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#932A1B (or 0x932A1B) is known color: Burnt Umber. HEX triplet: 93, 2A and 1B. RGB value is (147,42,27). Sum of RGB (Red+Green+Blue) = 147+42+27=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #932A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932A1B is #6CD5E4. Grayscale: #474747. Windows color (decimal): -7132645 or 1780371. OLE color: 1780371.

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

Color convert

RGB 147 42 27 -
CMYK 0 0.71 0.82 0.42
HSL 7.5º 0.69% 0.34% -
HSV(B) 7.5º 0.82% 0.58% -
XYZ 13.06 7.94 1.88 -
YUV 71.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 147 42 27 0 0.71 0.82 0.42 7.5 0.69 0.34
Hex 93 2A 1B 0 47 52 2A 8 45 22
Octal 223 52 33 0 107 122 52 10 105 42
Binary 10010011 101010 11011 0 1000111 1010010 101010 1000 1000101 100010

Color Harmonies of #932A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932A1B

Black with #932A1B

Text Example


Text Example

White with #932A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,42,27); }

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

background-color css

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

 a { background-color: rgb(147,42,27); }

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

border-color css

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

 span { border-color: rgb(147,42,27); }

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