#5A3B20

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

Shades of Carnaby Tan #5A3B20

Tints of Carnaby Tan #5A3B20

Color information

#5A3B20 (or 0x5A3B20) is unknown color: approx Carnaby Tan. HEX triplet: 5A, 3B and 20. RGB value is (90,59,32). Sum of RGB (Red+Green+Blue) = 90+59+32=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B20 is #A5C4DF. Grayscale: #414141. Windows color (decimal): -10863840 or 2112346. OLE color: 2112346.

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

Color convert

RGB905932-
CMYK00.340.640.65
HSL27.93º47.54%23.92%-
HSV(B)27.93º64.44%35.29%-
XYZ6.045.412.09-
YUV65.19109.27145.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.72%
GREEN value IS 59 (23.44% from 255) = 32.60%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=49.72%
G=32.60%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90593200.340.640.6527.9347.5423.92
Hex5A3B2002240411c3018
Octal1327340042100101346030
Binary10110101110111000000100010100000010000011110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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