Html Css Color HEX #932D1B Burnt Umber

📋 copy color: '#932D1B'

red 147 ◦ green 45 ◦ blue 27

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

Shades of Burnt Umber #932D1B

Tints of Burnt Umber #932D1B

RGB

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

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

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

R = 67.12%
G = 20.55%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#932D1B (or 0x932D1B) is known color: Burnt Umber. HEX triplet: 93, 2D and 1B. RGB value is (147,45,27). Sum of RGB (Red+Green+Blue) = 147+45+27=219 (29% of max value = 765). Red value is 147 (57.81% from 255 or 67.12% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 147 - color contains mainly: red. Hex color #932D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932D1B is #6CD2E4. Grayscale: #494949. Windows color (decimal): -7131877 or 1781139. OLE color: 1781139.

HSL color Cylindrical-coordinate representation of color #932D1B: hue angle of 9º 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 #932D1B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 45 27 -
CMYK 0 0.69 0.82 0.42
HSL 0.69% 0.34% -
HSV(B) 0.82% 0.58% -
XYZ 13.17 8.16 1.92 -
YUV 73.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 147 45 27 0 0.69 0.82 0.42 9 0.69 0.34
Hex 93 2D 1B 0 45 52 2A 9 45 22
Octal 223 55 33 0 105 122 52 11 105 42
Binary 10010011 101101 11011 0 1000101 1010010 101010 1001 1000101 100010

Color Harmonies of #932D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932D1B

Black with #932D1B

Text Example


Text Example

White with #932D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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