Html Css Color HEX #59403C Van Cleef

📋 copy color: '#59403C'

red 89 ◦ green 64 ◦ blue 60

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

Shades of Van Cleef #59403C

Tints of Van Cleef #59403C

RGB

 RED value IS 89 (35.16% from 255) = 41.78%

 GREEN value IS 64 (25.39% from 255) = 30.05%

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 41.78%
G = 30.05%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59403C (or 0x59403C) is known color: Van Cleef. HEX triplet: 59, 40 and 3C. RGB value is (89,64,60). Sum of RGB (Red+Green+Blue) = 89+64+60=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #59403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59403C is #A6BFC3. Grayscale: #474747. Windows color (decimal): -10928068 or 3948633. OLE color: 3948633.

HSL color Cylindrical-coordinate representation of color #59403C: hue angle of 8.28º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59403C is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 64 60 -
CMYK 0 0.28 0.33 0.65
HSL 8.28º 0.19% 0.29% -
HSV(B) 8.28º 0.33% 0.35% -
XYZ 6.77 6.12 5.1 -
YUV 71.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 89 64 60 0 0.28 0.33 0.65 8.28 0.19 0.29
Hex 59 40 3C 0 1C 21 41 8 13 1D
Octal 131 100 74 0 34 41 101 10 23 35
Binary 1011001 1000000 111100 0 11100 100001 1000001 1000 10011 11101

Color Harmonies of #59403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59403C

Black with #59403C

Text Example


Text Example

White with #59403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59403C; }

 p { color: rgb(89,64,60); }

 H1.HeaderClassName
 {
   color: #59403C;
 }
 .AnyTagClassName
 {
   color: #59403C;
 }
</style>

background-color css

<style>
 a { background-color: #59403C; }

 a { background-color: rgb(89,64,60); }

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

border-color css

<style>
 span { border-color: #59403C; }

 span { border-color: rgb(89,64,60); }

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