Html Css Color HEX #5A352A Cioccolato

📋 copy color: '#5A352A'

red 90 ◦ green 53 ◦ blue 42

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

Shades of Cioccolato #5A352A

Tints of Cioccolato #5A352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.7%

R = 48.65%
G = 28.65%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A352A (or 0x5A352A) is known color: Cioccolato. HEX triplet: 5A, 35 and 2A. RGB value is (90,53,42). Sum of RGB (Red+Green+Blue) = 90+53+42=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A352A is #A5CAD5. Grayscale: #3E3E3E. Windows color (decimal): -10865366 or 2766170. OLE color: 2766170.

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

Color convert

RGB 90 53 42 -
CMYK 0 0.41 0.53 0.65
HSL 13.75º 0.36% 0.26% -
HSV(B) 13.75º 0.53% 0.35% -
XYZ 5.91 4.89 2.82 -
YUV 62.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 90 53 42 0 0.41 0.53 0.65 13.75 0.36 0.26
Hex 5A 35 2A 0 29 35 41 E 24 1A
Octal 132 65 52 0 51 65 101 16 44 32
Binary 1011010 110101 101010 0 101001 110101 1000001 1110 100100 11010

Color Harmonies of #5A352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A352A

Black with #5A352A

Text Example


Text Example

White with #5A352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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