Html Css Color HEX #913324 Burnt Umber

📋 copy color: '#913324'

red 145 ◦ green 51 ◦ blue 36

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

Shades of Burnt Umber #913324

Tints of Burnt Umber #913324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

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

R = 62.5%
G = 21.98%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#913324 (or 0x913324) is known color: Burnt Umber. HEX triplet: 91, 33 and 24. RGB value is (145,51,36). Sum of RGB (Red+Green+Blue) = 145+51+36=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #913324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913324 is #6ECCDB. Grayscale: #4D4D4D. Windows color (decimal): -7261404 or 2372497. OLE color: 2372497.

HSL color Cylindrical-coordinate representation of color #913324: hue angle of 8.26º 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 #913324 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 51 36 -
CMYK 0 0.65 0.75 0.43
HSL 8.26º 0.6% 0.35% -
HSV(B) 8.26º 0.75% 0.57% -
XYZ 13.18 8.51 2.62 -
YUV 77.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 145 51 36 0 0.65 0.75 0.43 8.26 0.6 0.35
Hex 91 33 24 0 41 4B 2B 8 3C 23
Octal 221 63 44 0 101 113 53 10 74 43
Binary 10010001 110011 100100 0 1000001 1001011 101011 1000 111100 100011

Color Harmonies of #913324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913324

Black with #913324

Text Example


Text Example

White with #913324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913324; }

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

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

background-color css

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

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

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

border-color css

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

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

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