#563A26

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

Shades of Carnaby Tan #563A26

Tints of Carnaby Tan #563A26

Color information

#563A26 (or 0x563A26) is unknown color: approx Carnaby Tan. HEX triplet: 56, 3A and 26. RGB value is (86,58,38). Sum of RGB (Red+Green+Blue) = 86+58+38=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #563A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A26 is #A9C5D9. Grayscale: #404040. Windows color (decimal): -11126234 or 2505302. OLE color: 2505302.

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

Color convert

RGB865838-
CMYK00.330.560.66
HSL25º38.71%24.31%-
HSV(B)25º55.81%33.73%-
XYZ5.75.142.53-
YUV64.09113.28143.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 38 (15.23% from 255) = 20.88%
R=47.25%
G=31.87%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86583800.330.560.662538.7124.31
Hex563A260213842192718
Octal126724604170102314730
Binary1010110111010100110010000111100010000101100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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