Html Css Color HEX #913228 Burnt Umber

📋 copy color: '#913228'

red 145 ◦ green 50 ◦ blue 40

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

Shades of Burnt Umber #913228

Tints of Burnt Umber #913228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 61.7%
G = 21.28%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#913228 (or 0x913228) is known color: Burnt Umber. HEX triplet: 91, 32 and 28. RGB value is (145,50,40). Sum of RGB (Red+Green+Blue) = 145+50+40=235 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.70% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 145 - color contains mainly: red. Hex color #913228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913228 is #6ECDD7. Grayscale: #4D4D4D. Windows color (decimal): -7261656 or 2634385. OLE color: 2634385.

HSL color Cylindrical-coordinate representation of color #913228: hue angle of 5.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #913228 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 50 40 -
CMYK 0 0.66 0.72 0.43
HSL 5.71º 0.57% 0.36% -
HSV(B) 5.71º 0.72% 0.57% -
XYZ 13.2 8.45 2.94 -
YUV 77.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 145 50 40 0 0.66 0.72 0.43 5.71 0.57 0.36
Hex 91 32 28 0 42 48 2B 6 39 24
Octal 221 62 50 0 102 110 53 6 71 44
Binary 10010001 110010 101000 0 1000010 1001000 101011 110 111001 100100

Color Harmonies of #913228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913228

Black with #913228

Text Example


Text Example

White with #913228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913228; }

 p { color: rgb(145,50,40); }

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

background-color css

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

 a { background-color: rgb(145,50,40); }

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

border-color css

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

 span { border-color: rgb(145,50,40); }

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