Html Css Color HEX #913524 Burnt Umber

📋 copy color: '#913524'

red 145 ◦ green 53 ◦ blue 36

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

Shades of Burnt Umber #913524

Tints of Burnt Umber #913524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

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

R = 61.97%
G = 22.65%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#913524 (or 0x913524) is known color: Burnt Umber. HEX triplet: 91, 35 and 24. RGB value is (145,53,36). Sum of RGB (Red+Green+Blue) = 145+53+36=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #913524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913524 is #6ECADB. Grayscale: #4E4E4E. Windows color (decimal): -7260892 or 2373009. OLE color: 2373009.

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

Color convert

RGB 145 53 36 -
CMYK 0 0.63 0.75 0.43
HSL 9.36º 0.6% 0.35% -
HSV(B) 9.36º 0.75% 0.57% -
XYZ 13.27 8.69 2.65 -
YUV 78.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 145 53 36 0 0.63 0.75 0.43 9.36 0.6 0.35
Hex 91 35 24 0 3F 4B 2B 9 3C 23
Octal 221 65 44 0 77 113 53 11 74 43
Binary 10010001 110101 100100 0 111111 1001011 101011 1001 111100 100011

Color Harmonies of #913524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913524

Black with #913524

Text Example


Text Example

White with #913524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913524; }

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

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

background-color css

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

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

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

border-color css

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

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

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