#5A3720

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

Shades of Carnaby Tan #5A3720

Tints of Carnaby Tan #5A3720

Color information

#5A3720 (or 0x5A3720) is unknown color: approx Carnaby Tan. HEX triplet: 5A, 37 and 20. RGB value is (90,55,32). Sum of RGB (Red+Green+Blue) = 90+55+32=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3720 is #A5C8DF. Grayscale: #3E3E3E. Windows color (decimal): -10864864 or 2111322. OLE color: 2111322.

HSL color Cylindrical-coordinate representation of color #5A3720: hue angle of 23.79º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A3720 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB905532-
CMYK00.390.640.65
HSL23.79º47.54%23.92%-
HSV(B)23.79º64.44%35.29%-
XYZ5.845.012.03-
YUV62.84110.6147.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.85%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=50.85%
G=31.07%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90553200.390.640.6523.7947.5423.92
Hex5A37200274041183018
Octal1326740047100101306030
Binary10110101101111000000100111100000010000011100011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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