Html Css Color HEX #91341E Burnt Umber

📋 copy color: '#91341E'

red 145 ◦ green 52 ◦ blue 30

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

Shades of Burnt Umber #91341E

Tints of Burnt Umber #91341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 63.88%
G = 22.91%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#91341E (or 0x91341E) is known color: Burnt Umber. HEX triplet: 91, 34 and 1E. RGB value is (145,52,30). Sum of RGB (Red+Green+Blue) = 145+52+30=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #91341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91341E is #6ECBE1. Grayscale: #4D4D4D. Windows color (decimal): -7261154 or 1979537. OLE color: 1979537.

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

Color convert

RGB 145 52 30 -
CMYK 0 0.64 0.79 0.43
HSL 11.48º 0.66% 0.34% -
HSV(B) 11.48º 0.79% 0.57% -
XYZ 13.14 8.57 2.19 -
YUV 77.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 145 52 30 0 0.64 0.79 0.43 11.48 0.66 0.34
Hex 91 34 1E 0 40 4F 2B B 42 22
Octal 221 64 36 0 100 117 53 13 102 42
Binary 10010001 110100 11110 0 1000000 1001111 101011 1011 1000010 100010

Color Harmonies of #91341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91341E

Black with #91341E

Text Example


Text Example

White with #91341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91341E; }

 p { color: rgb(145,52,30); }

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

background-color css

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

 a { background-color: rgb(145,52,30); }

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

border-color css

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

 span { border-color: rgb(145,52,30); }

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