Html Css Color HEX #8A270E Burnt Umber

📋 copy color: '#8A270E'

red 138 ◦ green 39 ◦ blue 14

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

Shades of Burnt Umber #8A270E

Tints of Burnt Umber #8A270E

RGB

 RED value IS 138 (54.3% from 255) = 72.25%

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

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

R = 72.25%
G = 20.42%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#8A270E (or 0x8A270E) is known color: Burnt Umber. HEX triplet: 8A, 27 and 0E. RGB value is (138,39,14). Sum of RGB (Red+Green+Blue) = 138+39+14=191 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.25% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 138 - color contains mainly: red. Hex color #8A270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A270E is #75D8F1. Grayscale: #414141. Windows color (decimal): -7723250 or 927626. OLE color: 927626.

HSL color Cylindrical-coordinate representation of color #8A270E: hue angle of 12.1º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A270E is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 39 14 -
CMYK 0 0.72 0.90 0.46
HSL 12.1º 0.82% 0.3% -
HSV(B) 12.1º 0.9% 0.54% -
XYZ 11.29 6.89 1.15 -
YUV 65.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 138 39 14 0 0.72 0.90 0.46 12.1 0.82 0.3
Hex 8A 27 E 0 48 5A 2E C 52 1E
Octal 212 47 16 0 110 132 56 14 122 36
Binary 10001010 100111 1110 0 1001000 1011010 101110 1100 1010010 11110

Color Harmonies of #8A270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A270E

Black with #8A270E

Text Example


Text Example

White with #8A270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A270E; }

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

 H1.HeaderClassName
 {
   color: #8A270E;
 }
 .AnyTagClassName
 {
   color: #8A270E;
 }
</style>

background-color css

<style>
 a { background-color: #8A270E; }

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

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

border-color css

<style>
 span { border-color: #8A270E; }

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

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