#563526

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

Shades of Carnaby Tan #563526

Tints of Carnaby Tan #563526

Color information

#563526 (or 0x563526) is unknown color: approx Carnaby Tan. HEX triplet: 56, 35 and 26. RGB value is (86,53,38). Sum of RGB (Red+Green+Blue) = 86+53+38=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #563526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563526 is #A9CAD9. Grayscale: #3D3D3D. Windows color (decimal): -11127514 or 2504022. OLE color: 2504022.

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

Color convert

RGB865338-
CMYK00.380.560.66
HSL18.75º38.71%24.31%-
HSV(B)18.75º55.81%33.73%-
XYZ5.464.662.45-
YUV61.16114.93145.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=48.59%
G=29.94%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86533800.380.560.6618.7538.7124.31
Hex5635260263842132718
Octal126654604670102234730
Binary1010110110101100110010011011100010000101001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563526; }

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

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

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

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

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

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

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

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