#563A1B

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

Shades of Brown Bramble #563A1B

Tints of Brown Bramble #563A1B

Color information

#563A1B (or 0x563A1B) is unknown color: approx Brown Bramble. HEX triplet: 56, 3A and 1B. RGB value is (86,58,27). Sum of RGB (Red+Green+Blue) = 86+58+27=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #563A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A1B is #A9C5E4. Grayscale: #3E3E3E. Windows color (decimal): -11126245 or 1784406. OLE color: 1784406.

HSL color Cylindrical-coordinate representation of color #563A1B: hue angle of 31.53º 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 #563A1B is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB865827-
CMYK00.330.690.66
HSL31.53º52.21%22.16%-
HSV(B)31.53º68.6%33.73%-
XYZ5.555.081.73-
YUV62.84107.78144.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=50.29%
G=33.92%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86582700.330.690.6631.5352.2122.16
Hex563A1B0214542203416
Octal1267233041105102406426
Binary10101101110101101101000011000101100001010000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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