#5A3826

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

Shades of Carnaby Tan #5A3826

Tints of Carnaby Tan #5A3826

Color information

#5A3826 (or 0x5A3826) is unknown color: approx Carnaby Tan. HEX triplet: 5A, 38 and 26. RGB value is (90,56,38). Sum of RGB (Red+Green+Blue) = 90+56+38=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3826 is #A5C7D9. Grayscale: #404040. Windows color (decimal): -10864602 or 2504794. OLE color: 2504794.

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

Color convert

RGB905638-
CMYK00.380.580.65
HSL20.77º40.62%25.1%-
HSV(B)20.77º57.78%35.29%-
XYZ5.985.142.51-
YUV64.11113.26146.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.91%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 38 (15.23% from 255) = 20.65%
R=48.91%
G=30.43%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90563800.380.580.6520.7740.6225.1
Hex5A38260263A41152919
Octal132704604672101255131
Binary1011010111000100110010011011101010000011010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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