#5C403B

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

Shades of Van Cleef #5C403B

Tints of Van Cleef #5C403B

Color information

#5C403B (or 0x5C403B) is unknown color: approx Van Cleef. HEX triplet: 5C, 40 and 3B. RGB value is (92,64,59). Sum of RGB (Red+Green+Blue) = 92+64+59=215 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.79% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 92 - color contains mainly: red. Hex color #5C403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C403B is #A3BFC4. Grayscale: #474747. Windows color (decimal): -10731461 or 3883100. OLE color: 3883100.

HSL color Cylindrical-coordinate representation of color #5C403B: hue angle of 9.09º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C403B is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB926459-
CMYK00.300.360.64
HSL9.09º21.85%29.61%-
HSV(B)9.09º35.87%36.08%-
XYZ7.046.264.97-
YUV71.8120.78142.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.79%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=42.79%
G=29.77%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92645900.300.360.649.0921.8529.61
Hex5C403B01E24409161e
Octal1341007303644100112636
Binary10111001000000111011011110100100100000010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,64,59); }

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

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

 a { background-color: rgb(92,64,59); }

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

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

 span { border-color: rgb(92,64,59); }

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