Html Css Color HEX #5A3421 Carnaby Tan

📋 copy color: '#5A3421'

red 90 ◦ green 52 ◦ blue 33

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

Shades of Carnaby Tan #5A3421

Tints of Carnaby Tan #5A3421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.71%

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

R = 51.43%
G = 29.71%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A3421 (or 0x5A3421) is known color: Carnaby Tan. HEX triplet: 5A, 34 and 21. RGB value is (90,52,33). Sum of RGB (Red+Green+Blue) = 90+52+33=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3421 is #A5CBDE. Grayscale: #3D3D3D. Windows color (decimal): -10865631 or 2176090. OLE color: 2176090.

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

Color convert

RGB 90 52 33 -
CMYK 0 0.42 0.63 0.65
HSL 20º 0.46% 0.24% -
HSV(B) 20º 0.63% 0.35% -
XYZ 5.72 4.74 2.05 -
YUV 61.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 90 52 33 0 0.42 0.63 0.65 20 0.46 0.24
Hex 5A 34 21 0 2A 3F 41 14 2E 18
Octal 132 64 41 0 52 77 101 24 56 30
Binary 1011010 110100 100001 0 101010 111111 1000001 10100 101110 11000

Color Harmonies of #5A3421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3421

Black with #5A3421

Text Example


Text Example

White with #5A3421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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