#5F3C2A

Color #5F3C2A Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #5F3C2A

Tints of Cioccolato #5F3C2A

Color information

#5F3C2A (or 0x5F3C2A) is unknown color: approx Cioccolato. HEX triplet: 5F, 3C and 2A. RGB value is (95,60,42). Sum of RGB (Red+Green+Blue) = 95+60+42=197 (26% of max value = 765). Red value is 95 (37.5% from 255 or 48.22% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3C2A is #A0C3D5. Grayscale: #444444. Windows color (decimal): -10535894 or 2767967. OLE color: 2767967.

HSL color Cylindrical-coordinate representation of color #5F3C2A: hue angle of 20.38º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F3C2A is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB956042-
CMYK00.370.560.63
HSL20.38º38.69%26.86%-
HSV(B)20.38º55.79%37.25%-
XYZ6.755.832.96-
YUV68.41113.1146.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 48.22%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=48.22%
G=30.46%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95604200.370.560.6320.3838.6926.86
Hex5F3C2A025383F14271b
Octal13774520457077244733
Binary101111111110010101001001011110001111111010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,60,42); }

 H1.HeaderClassName
 {
   color: #5F3C2A;
 }
 .AnyTagClassName
 {
   color: #5F3C2A;
 }
</style>
background-color css

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

 a { background-color: rgb(95,60,42); }

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

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

 span { border-color: rgb(95,60,42); }

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