Html Css Color HEX #91270E Burnt Umber

📋 copy color: '#91270E'

red 145 ◦ green 39 ◦ blue 14

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

Shades of Burnt Umber #91270E

Tints of Burnt Umber #91270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.7%

 BLUE value IS 14 (5.86% from 255) = 7.07%

R = 73.23%
G = 19.7%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91270E (or 0x91270E) is known color: Burnt Umber. HEX triplet: 91, 27 and 0E. RGB value is (145,39,14). Sum of RGB (Red+Green+Blue) = 145+39+14=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #91270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91270E is #6ED8F1. Grayscale: #444444. Windows color (decimal): -7264498 or 927633. OLE color: 927633.

HSL color Cylindrical-coordinate representation of color #91270E: hue angle of 11.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91270E is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 39 14 -
CMYK 0 0.73 0.90 0.43
HSL 11.45º 0.82% 0.31% -
HSV(B) 11.45º 0.9% 0.57% -
XYZ 12.48 7.5 1.21 -
YUV 67.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 145 39 14 0 0.73 0.90 0.43 11.45 0.82 0.31
Hex 91 27 E 0 49 5A 2B B 52 1F
Octal 221 47 16 0 111 132 53 13 122 37
Binary 10010001 100111 1110 0 1001001 1011010 101011 1011 1010010 11111

Color Harmonies of #91270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91270E

Black with #91270E

Text Example


Text Example

White with #91270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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