Html Css Color HEX #913127 Burnt Umber

📋 copy color: '#913127'

red 145 ◦ green 49 ◦ blue 39

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

Shades of Burnt Umber #913127

Tints of Burnt Umber #913127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 39 (15.63% from 255) = 16.74%

R = 62.23%
G = 21.03%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#913127 (or 0x913127) is known color: Burnt Umber. HEX triplet: 91, 31 and 27. RGB value is (145,49,39). Sum of RGB (Red+Green+Blue) = 145+49+39=233 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.23% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 145 - color contains mainly: red. Hex color #913127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913127 is #6ECED8. Grayscale: #4C4C4C. Windows color (decimal): -7261913 or 2568593. OLE color: 2568593.

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

Color convert

RGB 145 49 39 -
CMYK 0 0.66 0.73 0.43
HSL 5.66º 0.58% 0.36% -
HSV(B) 5.66º 0.73% 0.57% -
XYZ 13.14 8.36 2.84 -
YUV 76.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 145 49 39 0 0.66 0.73 0.43 5.66 0.58 0.36
Hex 91 31 27 0 42 49 2B 6 3A 24
Octal 221 61 47 0 102 111 53 6 72 44
Binary 10010001 110001 100111 0 1000010 1001001 101011 110 111010 100100

Color Harmonies of #913127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913127

Black with #913127

Text Example


Text Example

White with #913127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913127; }

 p { color: rgb(145,49,39); }

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

background-color css

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

 a { background-color: rgb(145,49,39); }

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

border-color css

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

 span { border-color: rgb(145,49,39); }

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