#8A3523

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

Shades of Burnt Umber #8A3523

Tints of Burnt Umber #8A3523

Color information

#8A3523 (or 0x8A3523) is unknown color: approx Burnt Umber. HEX triplet: 8A, 35 and 23. RGB value is (138,53,35). Sum of RGB (Red+Green+Blue) = 138+53+35=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3523 is #75CADC. Grayscale: #4C4C4C. Windows color (decimal): -7719645 or 2307466. OLE color: 2307466.

HSL color Cylindrical-coordinate representation of color #8A3523: hue angle of 10.49º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A3523 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB1385335-
CMYK00.620.750.46
HSL10.49º59.54%33.92%-
HSV(B)10.49º74.64%54.12%-
XYZ12.068.072.51-
YUV76.36104.66171.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.06%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 35 (14.06% from 255) = 15.49%
R=61.06%
G=23.45%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138533500.620.750.4610.4959.5433.92
Hex8A352303E4B2Ea3c22
Octal212654307611356127442
Binary10001010110101100011011111010010111011101010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,53,35); }

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

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

 a { background-color: rgb(138,53,35); }

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

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

 span { border-color: rgb(138,53,35); }

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