Html Css Color HEX #932913 Burnt Umber

📋 copy color: '#932913'

red 147 ◦ green 41 ◦ blue 19

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

Shades of Burnt Umber #932913

Tints of Burnt Umber #932913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.81%

 BLUE value IS 19 (7.81% from 255) = 9.18%

R = 71.01%
G = 19.81%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#932913 (or 0x932913) is known color: Burnt Umber. HEX triplet: 93, 29 and 13. RGB value is (147,41,19). Sum of RGB (Red+Green+Blue) = 147+41+19=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #932913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932913 is #6CD6EC. Grayscale: #464646. Windows color (decimal): -7132909 or 1255827. OLE color: 1255827.

HSL color Cylindrical-coordinate representation of color #932913: hue angle of 10.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #932913 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 41 19 -
CMYK 0 0.72 0.87 0.42
HSL 10.31º 0.77% 0.33% -
HSV(B) 10.31º 0.87% 0.58% -
XYZ 12.94 7.84 1.45 -
YUV 70.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 147 41 19 0 0.72 0.87 0.42 10.31 0.77 0.33
Hex 93 29 13 0 48 57 2A A 4D 21
Octal 223 51 23 0 110 127 52 12 115 41
Binary 10010011 101001 10011 0 1001000 1010111 101010 1010 1001101 100001

Color Harmonies of #932913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932913

Black with #932913

Text Example


Text Example

White with #932913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932913; }

 p { color: rgb(147,41,19); }

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

background-color css

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

 a { background-color: rgb(147,41,19); }

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

border-color css

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

 span { border-color: rgb(147,41,19); }

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