Html Css Color HEX #91301E Burnt Umber

📋 copy color: '#91301E'

red 145 ◦ green 48 ◦ blue 30

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

Shades of Burnt Umber #91301E

Tints of Burnt Umber #91301E

RGB

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

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

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

R = 65.02%
G = 21.52%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#91301E (or 0x91301E) is known color: Burnt Umber. HEX triplet: 91, 30 and 1E. RGB value is (145,48,30). Sum of RGB (Red+Green+Blue) = 145+48+30=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #91301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91301E is #6ECFE1. Grayscale: #4B4B4B. Windows color (decimal): -7262178 or 1978513. OLE color: 1978513.

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

Color convert

RGB 145 48 30 -
CMYK 0 0.67 0.79 0.43
HSL 9.39º 0.66% 0.34% -
HSV(B) 9.39º 0.79% 0.57% -
XYZ 12.97 8.23 2.13 -
YUV 74.95 102.64 177.96 -
System Red Green Blue C M Y K H S L
Decimal 145 48 30 0 0.67 0.79 0.43 9.39 0.66 0.34
Hex 91 30 1E 0 43 4F 2B 9 42 22
Octal 221 60 36 0 103 117 53 11 102 42
Binary 10010001 110000 11110 0 1000011 1001111 101011 1001 1000010 100010

Color Harmonies of #91301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91301E

Black with #91301E

Text Example


Text Example

White with #91301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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