#A13418

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

Shades of Burnt Umber #A13418

Tints of Burnt Umber #A13418

Color information

#A13418 (or 0xA13418) is unknown color: approx Burnt Umber. HEX triplet: A1, 34 and 18. RGB value is (161,52,24). Sum of RGB (Red+Green+Blue) = 161+52+24=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A13418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13418 is #5ECBE7. Grayscale: #515151. Windows color (decimal): -6212584 or 1586337. OLE color: 1586337.

HSL color Cylindrical-coordinate representation of color #A13418: hue angle of 12.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A13418 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB1615224-
CMYK00.680.850.37
HSL12.26º74.05%36.27%-
HSV(B)12.26º85.09%63.14%-
XYZ16.0910.11.97-
YUV81.495.61184.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.93%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 24 (9.77% from 255) = 10.13%
R=67.93%
G=21.94%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161522400.680.850.3712.2674.0536.27
HexA134180445525c4a24
Octal24164300104125451411244
Binary101000011101001100001000100101010110010111001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13418; }

 p { color: rgb(161,52,24); }

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

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

 a { background-color: rgb(161,52,24); }

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

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

 span { border-color: rgb(161,52,24); }

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