Html Css Color HEX #913619 Burnt Umber

📋 copy color: '#913619'

red 145 ◦ green 54 ◦ blue 25

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

Shades of Burnt Umber #913619

Tints of Burnt Umber #913619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

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

R = 64.73%
G = 24.11%
B = 11.16%

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

#913619 (or 0x913619) is known color: Burnt Umber. HEX triplet: 91, 36 and 19. RGB value is (145,54,25). Sum of RGB (Red+Green+Blue) = 145+54+25=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #913619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913619 is #6EC9E6. Grayscale: #4E4E4E. Windows color (decimal): -7260647 or 1652369. OLE color: 1652369.

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

Color convert

RGB 145 54 25 -
CMYK 0 0.63 0.83 0.43
HSL 14.5º 0.71% 0.33% -
HSV(B) 14.5º 0.83% 0.57% -
XYZ 13.17 8.73 1.91 -
YUV 77.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 145 54 25 0 0.63 0.83 0.43 14.5 0.71 0.33
Hex 91 36 19 0 3F 53 2B E 47 21
Octal 221 66 31 0 77 123 53 16 107 41
Binary 10010001 110110 11001 0 111111 1010011 101011 1110 1000111 100001

Color Harmonies of #913619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913619

Black with #913619

Text Example


Text Example

White with #913619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913619; }

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

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

background-color css

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

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

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

border-color css

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

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

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