#563A28

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

Shades of Carnaby Tan #563A28

Tints of Carnaby Tan #563A28

Color information

#563A28 (or 0x563A28) is unknown color: approx Carnaby Tan. HEX triplet: 56, 3A and 28. RGB value is (86,58,40). Sum of RGB (Red+Green+Blue) = 86+58+40=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #563A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A28 is #A9C5D7. Grayscale: #404040. Windows color (decimal): -11126232 or 2636374. OLE color: 2636374.

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

Color convert

RGB865840-
CMYK00.330.530.66
HSL23.48º36.51%24.71%-
HSV(B)23.48º53.49%33.73%-
XYZ5.735.162.7-
YUV64.32114.28143.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=46.74%
G=31.52%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86584000.330.530.6623.4836.5124.71
Hex563A280213542172519
Octal126725004165102274531
Binary1010110111010101000010000111010110000101011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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