#5D3720

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

Shades of Carnaby Tan #5D3720

Tints of Carnaby Tan #5D3720

Color information

#5D3720 (or 0x5D3720) is unknown color: approx Carnaby Tan. HEX triplet: 5D, 37 and 20. RGB value is (93,55,32). Sum of RGB (Red+Green+Blue) = 93+55+32=180 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.67% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3720 is #A2C8DF. Grayscale: #3F3F3F. Windows color (decimal): -10668256 or 2111325. OLE color: 2111325.

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

Color convert

RGB935532-
CMYK00.410.660.64
HSL22.62º48.8%24.51%-
HSV(B)22.62º65.59%36.47%-
XYZ6.145.162.04-
YUV63.74110.09148.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 51.67%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=51.67%
G=30.56%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93553200.410.660.6422.6248.824.51
Hex5D37200294240173119
Octal1356740051102100276131
Binary10111011101111000000101001100001010000001011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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