#8A2610

Color #8A2610 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #8A2610

Tints of Burnt Umber #8A2610

Color information

#8A2610 (or 0x8A2610) is unknown color: approx Burnt Umber. HEX triplet: 8A, 26 and 10. RGB value is (138,38,16). Sum of RGB (Red+Green+Blue) = 138+38+16=192 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.88% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2610 is #75D9EF. Grayscale: #414141. Windows color (decimal): -7723504 or 1058442. OLE color: 1058442.

HSL color Cylindrical-coordinate representation of color #8A2610: hue angle of 10.82º 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 #8A2610 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB1383816-
CMYK00.720.880.46
HSL10.82º79.22%30.2%-
HSV(B)10.82º88.41%54.12%-
XYZ11.276.831.21-
YUV65.39100.13179.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 71.88%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=71.88%
G=19.79%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138381600.720.880.4610.8279.2230.2
Hex8A2610048582Eb4f1e
Octal21246200110130561311736
Binary10001010100110100000100100010110001011101011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A2610;
 }
 .AnyTagClassName
 {
   color: #8A2610;
 }
</style>
background-color css

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

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

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

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

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

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