Html Css Color HEX #91270D Burnt Umber

📋 copy color: '#91270D'

red 145 ◦ green 39 ◦ blue 13

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

Shades of Burnt Umber #91270D

Tints of Burnt Umber #91270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 73.6%
G = 19.8%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#91270D (or 0x91270D) is known color: Burnt Umber. HEX triplet: 91, 27 and 0D. RGB value is (145,39,13). Sum of RGB (Red+Green+Blue) = 145+39+13=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #91270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91270D is #6ED8F2. Grayscale: #434343. Windows color (decimal): -7264499 or 862097. OLE color: 862097.

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

Color convert

RGB 145 39 13 -
CMYK 0 0.73 0.91 0.43
HSL 11.82º 0.84% 0.31% -
HSV(B) 11.82º 0.91% 0.57% -
XYZ 12.48 7.5 1.17 -
YUV 67.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 145 39 13 0 0.73 0.91 0.43 11.82 0.84 0.31
Hex 91 27 D 0 49 5B 2B C 54 1F
Octal 221 47 15 0 111 133 53 14 124 37
Binary 10010001 100111 1101 0 1001001 1011011 101011 1100 1010100 11111

Color Harmonies of #91270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91270D

Black with #91270D

Text Example


Text Example

White with #91270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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