Html Css Color HEX #913018 Burnt Umber

📋 copy color: '#913018'

red 145 ◦ green 48 ◦ blue 24

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

Shades of Burnt Umber #913018

Tints of Burnt Umber #913018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

 BLUE value IS 24 (9.77% from 255) = 11.06%

R = 66.82%
G = 22.12%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#913018 (or 0x913018) is known color: Burnt Umber. HEX triplet: 91, 30 and 18. RGB value is (145,48,24). Sum of RGB (Red+Green+Blue) = 145+48+24=217 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.82% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 145 - color contains mainly: red. Hex color #913018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913018 is #6ECFE7. Grayscale: #4A4A4A. Windows color (decimal): -7262184 or 1585297. OLE color: 1585297.

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

Color convert

RGB 145 48 24 -
CMYK 0 0.67 0.83 0.43
HSL 11.9º 0.72% 0.33% -
HSV(B) 11.9º 0.83% 0.57% -
XYZ 12.9 8.2 1.77 -
YUV 74.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 145 48 24 0 0.67 0.83 0.43 11.9 0.72 0.33
Hex 91 30 18 0 43 53 2B C 48 21
Octal 221 60 30 0 103 123 53 14 110 41
Binary 10010001 110000 11000 0 1000011 1010011 101011 1100 1001000 100001

Color Harmonies of #913018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913018

Black with #913018

Text Example


Text Example

White with #913018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913018; }

 p { color: rgb(145,48,24); }

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

background-color css

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

 a { background-color: rgb(145,48,24); }

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

border-color css

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

 span { border-color: rgb(145,48,24); }

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