Html Css Color HEX #913024 Burnt Umber

📋 copy color: '#913024'

red 145 ◦ green 48 ◦ blue 36

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

Shades of Burnt Umber #913024

Tints of Burnt Umber #913024

RGB

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

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

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

R = 63.32%
G = 20.96%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#913024 (or 0x913024) is known color: Burnt Umber. HEX triplet: 91, 30 and 24. RGB value is (145,48,36). Sum of RGB (Red+Green+Blue) = 145+48+36=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #913024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913024 is #6ECFDB. Grayscale: #4B4B4B. Windows color (decimal): -7262172 or 2371729. OLE color: 2371729.

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

Color convert

RGB 145 48 36 -
CMYK 0 0.67 0.75 0.43
HSL 6.61º 0.6% 0.35% -
HSV(B) 6.61º 0.75% 0.57% -
XYZ 13.05 8.26 2.58 -
YUV 75.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 145 48 36 0 0.67 0.75 0.43 6.61 0.6 0.35
Hex 91 30 24 0 43 4B 2B 7 3C 23
Octal 221 60 44 0 103 113 53 7 74 43
Binary 10010001 110000 100100 0 1000011 1001011 101011 111 111100 100011

Color Harmonies of #913024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913024

Black with #913024

Text Example


Text Example

White with #913024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913024; }

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

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

background-color css

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

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

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

border-color css

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

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

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