#5A3726

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

Shades of Carnaby Tan #5A3726

Tints of Carnaby Tan #5A3726

Color information

#5A3726 (or 0x5A3726) is unknown color: approx Carnaby Tan. HEX triplet: 5A, 37 and 26. RGB value is (90,55,38). Sum of RGB (Red+Green+Blue) = 90+55+38=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3726 is #A5C8D9. Grayscale: #3F3F3F. Windows color (decimal): -10864858 or 2504538. OLE color: 2504538.

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

Color convert

RGB905538-
CMYK00.390.580.65
HSL19.62º40.62%25.1%-
HSV(B)19.62º57.78%35.29%-
XYZ5.935.052.5-
YUV63.53113.6146.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.18%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 38 (15.23% from 255) = 20.77%
R=49.18%
G=30.05%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90553800.390.580.6519.6240.6225.1
Hex5A37260273A41142919
Octal132674604772101245131
Binary1011010110111100110010011111101010000011010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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