Html Css Color HEX #913519 Burnt Umber

📋 copy color: '#913519'

red 145 ◦ green 53 ◦ blue 25

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

Shades of Burnt Umber #913519

Tints of Burnt Umber #913519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.21%

R = 65.02%
G = 23.77%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#913519 (or 0x913519) is known color: Burnt Umber. HEX triplet: 91, 35 and 19. RGB value is (145,53,25). Sum of RGB (Red+Green+Blue) = 145+53+25=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #913519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913519 is #6ECAE6. Grayscale: #4D4D4D. Windows color (decimal): -7260903 or 1652113. OLE color: 1652113.

HSL color Cylindrical-coordinate representation of color #913519: hue angle of 14º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #913519 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 53 25 -
CMYK 0 0.63 0.83 0.43
HSL 14º 0.71% 0.33% -
HSV(B) 14º 0.83% 0.57% -
XYZ 13.13 8.64 1.89 -
YUV 77.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 145 53 25 0 0.63 0.83 0.43 14 0.71 0.33
Hex 91 35 19 0 3F 53 2B E 47 21
Octal 221 65 31 0 77 123 53 16 107 41
Binary 10010001 110101 11001 0 111111 1010011 101011 1110 1000111 100001

Color Harmonies of #913519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913519

Black with #913519

Text Example


Text Example

White with #913519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913519; }

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

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

background-color css

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

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

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

border-color css

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

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

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