Html Css Color HEX #5A382F Cioccolato

📋 copy color: '#5A382F'

red 90 ◦ green 56 ◦ blue 47

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

Shades of Cioccolato #5A382F

Tints of Cioccolato #5A382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

 BLUE value IS 47 (18.75% from 255) = 24.35%

R = 46.63%
G = 29.02%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A382F (or 0x5A382F) is known color: Cioccolato. HEX triplet: 5A, 38 and 2F. RGB value is (90,56,47). Sum of RGB (Red+Green+Blue) = 90+56+47=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A382F is #A5C7D0. Grayscale: #414141. Windows color (decimal): -10864593 or 3094618. OLE color: 3094618.

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

Color convert

RGB 90 56 47 -
CMYK 0 0.38 0.48 0.65
HSL 12.56º 0.31% 0.27% -
HSV(B) 12.56º 0.48% 0.35% -
XYZ 6.14 5.21 3.37 -
YUV 65.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 90 56 47 0 0.38 0.48 0.65 12.56 0.31 0.27
Hex 5A 38 2F 0 26 30 41 D 1F 1B
Octal 132 70 57 0 46 60 101 15 37 33
Binary 1011010 111000 101111 0 100110 110000 1000001 1101 11111 11011

Color Harmonies of #5A382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A382F

Black with #5A382F

Text Example


Text Example

White with #5A382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,56,47); }

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

background-color css

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

 a { background-color: rgb(90,56,47); }

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

border-color css

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

 span { border-color: rgb(90,56,47); }

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