Html Css Color HEX #5F392F Cioccolato

📋 copy color: '#5F392F'

red 95 ◦ green 57 ◦ blue 47

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

Shades of Cioccolato #5F392F

Tints of Cioccolato #5F392F

RGB

 RED value IS 95 (37.5% from 255) = 47.74%

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

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

R = 47.74%
G = 28.64%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5F392F (or 0x5F392F) is known color: Cioccolato. HEX triplet: 5F, 39 and 2F. RGB value is (95,57,47). Sum of RGB (Red+Green+Blue) = 95+57+47=199 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.74% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 95 - color contains mainly: red. Hex color #5F392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F392F is #A0C6D0. Grayscale: #434343. Windows color (decimal): -10536657 or 3094879. OLE color: 3094879.

HSL color Cylindrical-coordinate representation of color #5F392F: hue angle of 12.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F392F is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 57 47 -
CMYK 0 0.40 0.51 0.63
HSL 12.5º 0.34% 0.28% -
HSV(B) 12.5º 0.51% 0.37% -
XYZ 6.7 5.56 3.41 -
YUV 67.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 95 57 47 0 0.40 0.51 0.63 12.5 0.34 0.28
Hex 5F 39 2F 0 28 33 3F C 22 1C
Octal 137 71 57 0 50 63 77 14 42 34
Binary 1011111 111001 101111 0 101000 110011 111111 1100 100010 11100

Color Harmonies of #5F392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F392F

Black with #5F392F

Text Example


Text Example

White with #5F392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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