Html Css Color HEX #8A3110 Burnt Umber

📋 copy color: '#8A3110'

red 138 ◦ green 49 ◦ blue 16

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

Shades of Burnt Umber #8A3110

Tints of Burnt Umber #8A3110

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.14%

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 67.98%
G = 24.14%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A3110 (or 0x8A3110) is known color: Burnt Umber. HEX triplet: 8A, 31 and 10. RGB value is (138,49,16). Sum of RGB (Red+Green+Blue) = 138+49+16=203 (26% of max value = 765). Red value is 138 (54.30% from 255 or 67.98% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3110 is #75CEEF. Grayscale: #484848. Windows color (decimal): -7720688 or 1061258. OLE color: 1061258.

HSL color Cylindrical-coordinate representation of color #8A3110: hue angle of 16.23º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A3110 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 49 16 -
CMYK 0 0.64 0.88 0.46
HSL 16.23º 0.79% 0.3% -
HSV(B) 16.23º 0.88% 0.54% -
XYZ 11.67 7.64 1.35 -
YUV 71.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 138 49 16 0 0.64 0.88 0.46 16.23 0.79 0.3
Hex 8A 31 10 0 40 58 2E 10 4F 1E
Octal 212 61 20 0 100 130 56 20 117 36
Binary 10001010 110001 10000 0 1000000 1011000 101110 10000 1001111 11110

Color Harmonies of #8A3110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3110

Black with #8A3110

Text Example


Text Example

White with #8A3110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,49,16); }

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

background-color css

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

 a { background-color: rgb(138,49,16); }

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

border-color css

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

 span { border-color: rgb(138,49,16); }

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