Html Css Color HEX #91270F Burnt Umber

📋 copy color: '#91270F'

red 145 ◦ green 39 ◦ blue 15

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

Shades of Burnt Umber #91270F

Tints of Burnt Umber #91270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 72.86%
G = 19.6%
B = 7.54%

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

#91270F (or 0x91270F) is known color: Burnt Umber. HEX triplet: 91, 27 and 0F. RGB value is (145,39,15). Sum of RGB (Red+Green+Blue) = 145+39+15=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #91270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91270F is #6ED8F0. Grayscale: #444444. Windows color (decimal): -7264497 or 993169. OLE color: 993169.

HSL color Cylindrical-coordinate representation of color #91270F: hue angle of 11.08º degrees, saturation: 0.81, 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 #91270F is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 39 15 -
CMYK 0 0.73 0.90 0.43
HSL 11.08º 0.81% 0.31% -
HSV(B) 11.08º 0.9% 0.57% -
XYZ 12.49 7.51 1.24 -
YUV 67.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 145 39 15 0 0.73 0.90 0.43 11.08 0.81 0.31
Hex 91 27 F 0 49 5A 2B B 51 1F
Octal 221 47 17 0 111 132 53 13 121 37
Binary 10010001 100111 1111 0 1001001 1011010 101011 1011 1010001 11111

Color Harmonies of #91270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91270F

Black with #91270F

Text Example


Text Example

White with #91270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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