#5A3423

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

Shades of Carnaby Tan #5A3423

Tints of Carnaby Tan #5A3423

Color information

#5A3423 (or 0x5A3423) is unknown color: approx Carnaby Tan. HEX triplet: 5A, 34 and 23. RGB value is (90,52,35). Sum of RGB (Red+Green+Blue) = 90+52+35=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3423 is #A5CBDC. Grayscale: #3D3D3D. Windows color (decimal): -10865629 or 2307162. OLE color: 2307162.

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

Color convert

RGB905235-
CMYK00.420.610.65
HSL18.55º44%24.51%-
HSV(B)18.55º61.11%35.29%-
XYZ5.754.752.2-
YUV61.42113.09148.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.85%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 35 (14.06% from 255) = 19.77%
R=50.85%
G=29.38%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90523500.420.610.6518.554424.51
Hex5A342302A3D41132c19
Octal132644305275101235431
Binary1011010110100100011010101011110110000011001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,52,35); }

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

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

 a { background-color: rgb(90,52,35); }

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

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

 span { border-color: rgb(90,52,35); }

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