Html Css Color HEX #5A3C21 Carnaby Tan

📋 copy color: '#5A3C21'

red 90 ◦ green 60 ◦ blue 33

#5A3C21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnaby Tan #5A3C21

Tints of Carnaby Tan #5A3C21

RGB

 RED value IS 90 (35.55% from 255) = 49.18%

 GREEN value IS 60 (23.83% from 255) = 32.79%

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 49.18%
G = 32.79%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A3C21 (or 0x5A3C21) is known color: Carnaby Tan. HEX triplet: 5A, 3C and 21. RGB value is (90,60,33). Sum of RGB (Red+Green+Blue) = 90+60+33=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3C21 is #A5C3DE. Grayscale: #424242. Windows color (decimal): -10863583 or 2178138. OLE color: 2178138.

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

Color convert

RGB 90 60 33 -
CMYK 0 0.33 0.63 0.65
HSL 28.42º 0.46% 0.24% -
HSV(B) 28.42º 0.63% 0.35% -
XYZ 6.11 5.52 2.18 -
YUV 65.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 90 60 33 0 0.33 0.63 0.65 28.42 0.46 0.24
Hex 5A 3C 21 0 21 3F 41 1C 2E 18
Octal 132 74 41 0 41 77 101 34 56 30
Binary 1011010 111100 100001 0 100001 111111 1000001 11100 101110 11000

Color Harmonies of #5A3C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3C21

Black with #5A3C21

Text Example


Text Example

White with #5A3C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,60,33); }

 H1.HeaderClassName
 {
   color: #5A3C21;
 }
 .AnyTagClassName
 {
   color: #5A3C21;
 }
</style>

background-color css

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

 a { background-color: rgb(90,60,33); }

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

border-color css

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

 span { border-color: rgb(90,60,33); }

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