Html Css Color HEX #5A3528 Cioccolato

📋 copy color: '#5A3528'

red 90 ◦ green 53 ◦ blue 40

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

Shades of Cioccolato #5A3528

Tints of Cioccolato #5A3528

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.96%

 BLUE value IS 40 (16.02% from 255) = 21.86%

R = 49.18%
G = 28.96%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#5A3528 (or 0x5A3528) is known color: Cioccolato. HEX triplet: 5A, 35 and 28. RGB value is (90,53,40). Sum of RGB (Red+Green+Blue) = 90+53+40=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3528 is #A5CAD7. Grayscale: #3E3E3E. Windows color (decimal): -10865368 or 2635098. OLE color: 2635098.

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

Color convert

RGB 90 53 40 -
CMYK 0 0.41 0.56 0.65
HSL 15.6º 0.38% 0.25% -
HSV(B) 15.6º 0.56% 0.35% -
XYZ 5.87 4.87 2.64 -
YUV 62.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 90 53 40 0 0.41 0.56 0.65 15.6 0.38 0.25
Hex 5A 35 28 0 29 38 41 10 26 19
Octal 132 65 50 0 51 70 101 20 46 31
Binary 1011010 110101 101000 0 101001 111000 1000001 10000 100110 11001

Color Harmonies of #5A3528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3528

Black with #5A3528

Text Example


Text Example

White with #5A3528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,53,40); }

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

background-color css

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

 a { background-color: rgb(90,53,40); }

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

border-color css

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

 span { border-color: rgb(90,53,40); }

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