#563525

Color #563525 Carnaby Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnaby Tan #563525

Tints of Carnaby Tan #563525

Color information

#563525 (or 0x563525) is unknown color: approx Carnaby Tan. HEX triplet: 56, 35 and 25. RGB value is (86,53,37). Sum of RGB (Red+Green+Blue) = 86+53+37=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #563525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563525 is #A9CADA. Grayscale: #3D3D3D. Windows color (decimal): -11127515 or 2438486. OLE color: 2438486.

HSL color Cylindrical-coordinate representation of color #563525: hue angle of 19.59º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #563525 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB865337-
CMYK00.380.570.66
HSL19.59º39.84%24.12%-
HSV(B)19.59º56.98%33.73%-
XYZ5.444.662.36-
YUV61.04114.43145.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=48.86%
G=30.11%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86533700.380.570.6619.5939.8424.12
Hex5635250263942142818
Octal126654504671102245030
Binary1010110110101100101010011011100110000101010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563525; }

 p { color: rgb(86,53,37); }

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

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

 a { background-color: rgb(86,53,37); }

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

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

 span { border-color: rgb(86,53,37); }

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