#563A1D

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

Shades of Brown Bramble #563A1D

Tints of Brown Bramble #563A1D

Color information

#563A1D (or 0x563A1D) is unknown color: approx Brown Bramble. HEX triplet: 56, 3A and 1D. RGB value is (86,58,29). Sum of RGB (Red+Green+Blue) = 86+58+29=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #563A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A1D is #A9C5E2. Grayscale: #3F3F3F. Windows color (decimal): -11126243 or 1915478. OLE color: 1915478.

HSL color Cylindrical-coordinate representation of color #563A1D: hue angle of 30.53º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #563A1D is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB865829-
CMYK00.330.660.66
HSL30.53º49.57%22.55%-
HSV(B)30.53º66.28%33.73%-
XYZ5.575.091.85-
YUV63.07108.78144.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=49.71%
G=33.53%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86582900.330.660.6630.5349.5722.55
Hex563A1D02142421f3217
Octal1267235041102102376227
Binary1010110111010111010100001100001010000101111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563A1D; }

 p { color: rgb(86,58,29); }

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

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

 a { background-color: rgb(86,58,29); }

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

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

 span { border-color: rgb(86,58,29); }

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