Html Css Color HEX #913124 Burnt Umber

📋 copy color: '#913124'

red 145 ◦ green 49 ◦ blue 36

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

Shades of Burnt Umber #913124

Tints of Burnt Umber #913124

RGB

 RED value IS 145 (57.03% from 255) = 63.04%

 GREEN value IS 49 (19.53% from 255) = 21.3%

 BLUE value IS 36 (14.45% from 255) = 15.65%

R = 63.04%
G = 21.3%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#913124 (or 0x913124) is known color: Burnt Umber. HEX triplet: 91, 31 and 24. RGB value is (145,49,36). Sum of RGB (Red+Green+Blue) = 145+49+36=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #913124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913124 is #6ECEDB. Grayscale: #4C4C4C. Windows color (decimal): -7261916 or 2371985. OLE color: 2371985.

HSL color Cylindrical-coordinate representation of color #913124: hue angle of 7.16º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #913124 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 49 36 -
CMYK 0 0.66 0.75 0.43
HSL 7.16º 0.6% 0.35% -
HSV(B) 7.16º 0.75% 0.57% -
XYZ 13.09 8.34 2.59 -
YUV 76.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 145 49 36 0 0.66 0.75 0.43 7.16 0.6 0.35
Hex 91 31 24 0 42 4B 2B 7 3C 23
Octal 221 61 44 0 102 113 53 7 74 43
Binary 10010001 110001 100100 0 1000010 1001011 101011 111 111100 100011

Color Harmonies of #913124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913124

Black with #913124

Text Example


Text Example

White with #913124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913124; }

 p { color: rgb(145,49,36); }

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

background-color css

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

 a { background-color: rgb(145,49,36); }

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

border-color css

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

 span { border-color: rgb(145,49,36); }

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