Html Css Color HEX #932C1E Burnt Umber

📋 copy color: '#932C1E'

red 147 ◦ green 44 ◦ blue 30

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

Shades of Burnt Umber #932C1E

Tints of Burnt Umber #932C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

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

R = 66.52%
G = 19.91%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#932C1E (or 0x932C1E) is known color: Burnt Umber. HEX triplet: 93, 2C and 1E. RGB value is (147,44,30). Sum of RGB (Red+Green+Blue) = 147+44+30=221 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.52% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 147 - color contains mainly: red. Hex color #932C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932C1E is #6CD3E1. Grayscale: #494949. Windows color (decimal): -7132130 or 1977491. OLE color: 1977491.

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

Color convert

RGB 147 44 30 -
CMYK 0 0.70 0.80 0.42
HSL 7.18º 0.66% 0.35% -
HSV(B) 7.18º 0.8% 0.58% -
XYZ 13.17 8.1 2.1 -
YUV 73.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 147 44 30 0 0.70 0.80 0.42 7.18 0.66 0.35
Hex 93 2C 1E 0 46 50 2A 7 42 23
Octal 223 54 36 0 106 120 52 7 102 43
Binary 10010011 101100 11110 0 1000110 1010000 101010 111 1000010 100011

Color Harmonies of #932C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932C1E

Black with #932C1E

Text Example


Text Example

White with #932C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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