#5D3D20

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

Shades of Carnaby Tan #5D3D20

Tints of Carnaby Tan #5D3D20

Color information

#5D3D20 (or 0x5D3D20) is unknown color: approx Carnaby Tan. HEX triplet: 5D, 3D and 20. RGB value is (93,61,32). Sum of RGB (Red+Green+Blue) = 93+61+32=186 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3D20 is #A2C2DF. Grayscale: #434343. Windows color (decimal): -10666720 or 2112861. OLE color: 2112861.

HSL color Cylindrical-coordinate representation of color #5D3D20: hue angle of 28.52º 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 #5D3D20 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB936132-
CMYK00.340.660.64
HSL28.52º48.8%24.51%-
HSV(B)28.52º65.59%36.47%-
XYZ6.445.772.14-
YUV67.26108.1146.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 32.80%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=50%
G=32.80%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93613200.340.660.6428.5248.824.51
Hex5D3D2002242401d3119
Octal1357540042102100356131
Binary10111011111011000000100010100001010000001110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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