#562E1A

Color #562E1A Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #562E1A

Tints of Brown Bramble #562E1A

Color information

#562E1A (or 0x562E1A) is unknown color: approx Brown Bramble. HEX triplet: 56, 2E and 1A. RGB value is (86,46,26). Sum of RGB (Red+Green+Blue) = 86+46+26=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #562E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E1A is #A9D1E5. Grayscale: #373737. Windows color (decimal): -11129318 or 1715798. OLE color: 1715798.

HSL color Cylindrical-coordinate representation of color #562E1A: hue angle of 20º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #562E1A is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB864626-
CMYK00.470.700.66
HSL20º53.57%21.96%-
HSV(B)20º69.77%33.73%-
XYZ54.011.49-
YUV55.68111.25149.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 46 (18.36% from 255) = 29.11%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=54.43%
G=29.11%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86462600.470.700.662053.5721.96
Hex562E1A02F4642143616
Octal1265632057106102246626
Binary1010110101110110100101111100011010000101010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562E1A; }

 p { color: rgb(86,46,26); }

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

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

 a { background-color: rgb(86,46,26); }

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

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

 span { border-color: rgb(86,46,26); }

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