Html Css Color HEX #91270C Burnt Umber

📋 copy color: '#91270C'

red 145 ◦ green 39 ◦ blue 12

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

Shades of Burnt Umber #91270C

Tints of Burnt Umber #91270C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.12%

R = 73.98%
G = 19.9%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#91270C (or 0x91270C) is known color: Burnt Umber. HEX triplet: 91, 27 and 0C. RGB value is (145,39,12). Sum of RGB (Red+Green+Blue) = 145+39+12=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #91270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91270C is #6ED8F3. Grayscale: #434343. Windows color (decimal): -7264500 or 796561. OLE color: 796561.

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

Color convert

RGB 145 39 12 -
CMYK 0 0.73 0.92 0.43
HSL 12.18º 0.85% 0.31% -
HSV(B) 12.18º 0.92% 0.57% -
XYZ 12.47 7.5 1.14 -
YUV 67.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 145 39 12 0 0.73 0.92 0.43 12.18 0.85 0.31
Hex 91 27 C 0 49 5C 2B C 55 1F
Octal 221 47 14 0 111 134 53 14 125 37
Binary 10010001 100111 1100 0 1001001 1011100 101011 1100 1010101 11111

Color Harmonies of #91270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91270C

Black with #91270C

Text Example


Text Example

White with #91270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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