#5D3620

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

Shades of Carnaby Tan #5D3620

Tints of Carnaby Tan #5D3620

Color information

#5D3620 (or 0x5D3620) is unknown color: approx Carnaby Tan. HEX triplet: 5D, 36 and 20. RGB value is (93,54,32). Sum of RGB (Red+Green+Blue) = 93+54+32=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3620 is #A2C9DF. Grayscale: #3F3F3F. Windows color (decimal): -10668512 or 2111069. OLE color: 2111069.

HSL color Cylindrical-coordinate representation of color #5D3620: hue angle of 21.64º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D3620 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB935432-
CMYK00.420.660.64
HSL21.64º48.8%24.51%-
HSV(B)21.64º65.59%36.47%-
XYZ6.095.072.02-
YUV63.15110.42149.29-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 51.96%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=51.96%
G=30.17%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93543200.420.660.6421.6448.824.51
Hex5D362002A4240163119
Octal1356640052102100266131
Binary10111011101101000000101010100001010000001011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D3620; }

 p { color: rgb(93,54,32); }

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

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

 a { background-color: rgb(93,54,32); }

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

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

 span { border-color: rgb(93,54,32); }

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