Html Css Color HEX #8A3117 Burnt Umber

📋 copy color: '#8A3117'

red 138 ◦ green 49 ◦ blue 23

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

Shades of Burnt Umber #8A3117

Tints of Burnt Umber #8A3117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.95%

R = 65.71%
G = 23.33%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#8A3117 (or 0x8A3117) is known color: Burnt Umber. HEX triplet: 8A, 31 and 17. RGB value is (138,49,23). Sum of RGB (Red+Green+Blue) = 138+49+23=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3117 is #75CEE8. Grayscale: #484848. Windows color (decimal): -7720681 or 1520010. OLE color: 1520010.

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

Color convert

RGB 138 49 23 -
CMYK 0 0.64 0.83 0.46
HSL 13.57º 0.71% 0.32% -
HSV(B) 13.57º 0.83% 0.54% -
XYZ 11.73 7.66 1.67 -
YUV 72.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 138 49 23 0 0.64 0.83 0.46 13.57 0.71 0.32
Hex 8A 31 17 0 40 53 2E E 47 20
Octal 212 61 27 0 100 123 56 16 107 40
Binary 10001010 110001 10111 0 1000000 1010011 101110 1110 1000111 100000

Color Harmonies of #8A3117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3117

Black with #8A3117

Text Example


Text Example

White with #8A3117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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