#5F3D38

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

Shades of Van Cleef #5F3D38

Tints of Van Cleef #5F3D38

Color information

#5F3D38 (or 0x5F3D38) is unknown color: approx Van Cleef. HEX triplet: 5F, 3D and 38. RGB value is (95,61,56). Sum of RGB (Red+Green+Blue) = 95+61+56=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3D38 is #A0C2C7. Grayscale: #464646. Windows color (decimal): -10535624 or 3685727. OLE color: 3685727.

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

Color convert

RGB956156-
CMYK00.360.410.63
HSL7.69º25.83%29.61%-
HSV(B)7.69º41.05%37.25%-
XYZ7.16.064.54-
YUV70.6119.76145.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.81%
GREEN value IS 61 (24.22% from 255) = 28.77%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=44.81%
G=28.77%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95615600.360.410.637.6925.8329.61
Hex5F3D38024293F81a1e
Octal13775700445177103236
Binary1011111111101111000010010010100111111110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,61,56); }

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

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

 a { background-color: rgb(95,61,56); }

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

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

 span { border-color: rgb(95,61,56); }

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