Html Css Color HEX #92270E Burnt Umber

📋 copy color: '#92270E'

red 146 ◦ green 39 ◦ blue 14

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

Shades of Burnt Umber #92270E

Tints of Burnt Umber #92270E

RGB

 RED value IS 146 (57.42% from 255) = 73.37%

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

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

R = 73.37%
G = 19.6%
B = 7.04%

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

#92270E (or 0x92270E) is known color: Burnt Umber. HEX triplet: 92, 27 and 0E. RGB value is (146,39,14). Sum of RGB (Red+Green+Blue) = 146+39+14=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #92270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92270E is #6DD8F1. Grayscale: #444444. Windows color (decimal): -7198962 or 927634. OLE color: 927634.

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

Color convert

RGB 146 39 14 -
CMYK 0 0.73 0.90 0.43
HSL 11.36º 0.83% 0.31% -
HSV(B) 11.36º 0.9% 0.57% -
XYZ 12.66 7.59 1.21 -
YUV 68.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 146 39 14 0 0.73 0.90 0.43 11.36 0.83 0.31
Hex 92 27 E 0 49 5A 2B B 52 1F
Octal 222 47 16 0 111 132 53 13 122 37
Binary 10010010 100111 1110 0 1001001 1011010 101011 1011 1010010 11111

Color Harmonies of #92270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92270E

Black with #92270E

Text Example


Text Example

White with #92270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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