#562F1B

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

Shades of Brown Bramble #562F1B

Tints of Brown Bramble #562F1B

Color information

#562F1B (or 0x562F1B) is unknown color: approx Brown Bramble. HEX triplet: 56, 2F and 1B. RGB value is (86,47,27). Sum of RGB (Red+Green+Blue) = 86+47+27=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #562F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F1B is #A9D0E4. Grayscale: #383838. Windows color (decimal): -11129061 or 1781590. OLE color: 1781590.

HSL color Cylindrical-coordinate representation of color #562F1B: hue angle of 20.34º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #562F1B is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB864727-
CMYK00.450.690.66
HSL20.34º52.21%22.16%-
HSV(B)20.34º68.6%33.73%-
XYZ5.054.091.56-
YUV56.38111.42149.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=53.75%
G=29.38%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86472700.450.690.6620.3452.2122.16
Hex562F1B02D4542143416
Octal1265733055105102246426
Binary1010110101111110110101101100010110000101010011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,47,27); }

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

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

 a { background-color: rgb(86,47,27); }

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

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

 span { border-color: rgb(86,47,27); }

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