Html Css Color HEX #5A392F Cioccolato

📋 copy color: '#5A392F'

red 90 ◦ green 57 ◦ blue 47

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

Shades of Cioccolato #5A392F

Tints of Cioccolato #5A392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.38%

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

R = 46.39%
G = 29.38%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A392F (or 0x5A392F) is known color: Cioccolato. HEX triplet: 5A, 39 and 2F. RGB value is (90,57,47). Sum of RGB (Red+Green+Blue) = 90+57+47=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A392F is #A5C6D0. Grayscale: #414141. Windows color (decimal): -10864337 or 3094874. OLE color: 3094874.

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

Color convert

RGB 90 57 47 -
CMYK 0 0.37 0.48 0.65
HSL 13.95º 0.31% 0.27% -
HSV(B) 13.95º 0.48% 0.35% -
XYZ 6.19 5.31 3.39 -
YUV 65.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 90 57 47 0 0.37 0.48 0.65 13.95 0.31 0.27
Hex 5A 39 2F 0 25 30 41 E 1F 1B
Octal 132 71 57 0 45 60 101 16 37 33
Binary 1011010 111001 101111 0 100101 110000 1000001 1110 11111 11011

Color Harmonies of #5A392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A392F

Black with #5A392F

Text Example


Text Example

White with #5A392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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