Html Css Color HEX #593B3B Van Cleef

📋 copy color: '#593B3B'

red 89 ◦ green 59 ◦ blue 59

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

Shades of Van Cleef #593B3B

Tints of Van Cleef #593B3B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

 BLUE value IS 59 (23.44% from 255) = 28.5%

R = 43%
G = 28.5%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#593B3B (or 0x593B3B) is known color: Van Cleef. HEX triplet: 59, 3B and 3B. RGB value is (89,59,59). Sum of RGB (Red+Green+Blue) = 89+59+59=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #593B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593B3B is #A6C4C4. Grayscale: #434343. Windows color (decimal): -10929349 or 3881817. OLE color: 3881817.

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

Color convert

RGB 89 59 59 -
CMYK 0 0.34 0.34 0.65
HSL 0.2% 0.29% -
HSV(B) 0.34% 0.35% -
XYZ 6.47 5.57 4.87 -
YUV 67.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 89 59 59 0 0.34 0.34 0.65 0 0.2 0.29
Hex 59 3B 3B 0 22 22 41 0 14 1D
Octal 131 73 73 0 42 42 101 0 24 35
Binary 1011001 111011 111011 0 100010 100010 1000001 0 10100 11101

Color Harmonies of #593B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593B3B

Black with #593B3B

Text Example


Text Example

White with #593B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593B3B; }

 p { color: rgb(89,59,59); }

 H1.HeaderClassName
 {
   color: #593B3B;
 }
 .AnyTagClassName
 {
   color: #593B3B;
 }
</style>

background-color css

<style>
 a { background-color: #593B3B; }

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

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

border-color css

<style>
 span { border-color: #593B3B; }

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

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