#4F3636

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

Shades of Van Cleef #4F3636

Tints of Van Cleef #4F3636

Color information

#4F3636 (or 0x4F3636) is unknown color: approx Van Cleef. HEX triplet: 4F, 36 and 36. RGB value is (79,54,54). Sum of RGB (Red+Green+Blue) = 79+54+54=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3636 is #B0C9C9. Grayscale: #3D3D3D. Windows color (decimal): -11585994 or 3552847. OLE color: 3552847.

HSL color Cylindrical-coordinate representation of color #4F3636: hue angle of 0º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F3636 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.69.

Color convert

RGB795454-
CMYK00.320.320.69
HSL18.8%26.08%-
HSV(B)31.65%30.98%-
XYZ5.214.574.1-
YUV61.47123.78140.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.25%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 54 (21.48% from 255) = 28.88%
R=42.25%
G=28.88%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79545400.320.320.69018.826.08
Hex4F363602020450131a
Octal11766660404010502332
Binary10011111101101101100100000100000100010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F3636; }

 p { color: rgb(79,54,54); }

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

<style>
 a { background-color: #4F3636; }

 a { background-color: rgb(79,54,54); }

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

<style>
 span { border-color: #4F3636; }

 span { border-color: rgb(79,54,54); }

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