Html Css Color HEX #932B1D Burnt Umber

📋 copy color: '#932B1D'

red 147 ◦ green 43 ◦ blue 29

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

Shades of Burnt Umber #932B1D

Tints of Burnt Umber #932B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 67.12%
G = 19.63%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#932B1D (or 0x932B1D) is known color: Burnt Umber. HEX triplet: 93, 2B and 1D. RGB value is (147,43,29). Sum of RGB (Red+Green+Blue) = 147+43+29=219 (29% of max value = 765). Red value is 147 (57.81% from 255 or 67.12% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 147 - color contains mainly: red. Hex color #932B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932B1D is #6CD4E2. Grayscale: #484848. Windows color (decimal): -7132387 or 1911699. OLE color: 1911699.

HSL color Cylindrical-coordinate representation of color #932B1D: hue angle of 7.12º degrees, saturation: 0.67, 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 #932B1D is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 43 29 -
CMYK 0 0.71 0.80 0.42
HSL 7.12º 0.67% 0.35% -
HSV(B) 7.12º 0.8% 0.58% -
XYZ 13.12 8.02 2.02 -
YUV 72.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 147 43 29 0 0.71 0.80 0.42 7.12 0.67 0.35
Hex 93 2B 1D 0 47 50 2A 7 43 23
Octal 223 53 35 0 107 120 52 7 103 43
Binary 10010011 101011 11101 0 1000111 1010000 101010 111 1000011 100011

Color Harmonies of #932B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932B1D

Black with #932B1D

Text Example


Text Example

White with #932B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,43,29); }

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

background-color css

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

 a { background-color: rgb(147,43,29); }

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

border-color css

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

 span { border-color: rgb(147,43,29); }

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