Html Css Color HEX #553C39 Van Cleef

📋 copy color: '#553C39'

red 85 ◦ green 60 ◦ blue 57

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

Shades of Van Cleef #553C39

Tints of Van Cleef #553C39

RGB

 RED value IS 85 (33.59% from 255) = 42.08%

 GREEN value IS 60 (23.83% from 255) = 29.7%

 BLUE value IS 57 (22.66% from 255) = 28.22%

R = 42.08%
G = 29.7%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#553C39 (or 0x553C39) is known color: Van Cleef. HEX triplet: 55, 3C and 39. RGB value is (85,60,57). Sum of RGB (Red+Green+Blue) = 85+60+57=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #553C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C39 is #AAC3C6. Grayscale: #434343. Windows color (decimal): -11191239 or 3750997. OLE color: 3750997.

HSL color Cylindrical-coordinate representation of color #553C39: hue angle of 6.43º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #553C39 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 60 57 -
CMYK 0 0.29 0.33 0.67
HSL 6.43º 0.2% 0.28% -
HSV(B) 6.43º 0.33% 0.33% -
XYZ 6.1 5.46 4.6 -
YUV 67.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 85 60 57 0 0.29 0.33 0.67 6.43 0.2 0.28
Hex 55 3C 39 0 1D 21 43 6 14 1C
Octal 125 74 71 0 35 41 103 6 24 34
Binary 1010101 111100 111001 0 11101 100001 1000011 110 10100 11100

Color Harmonies of #553C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C39

Black with #553C39

Text Example


Text Example

White with #553C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553C39; }

 p { color: rgb(85,60,57); }

 H1.HeaderClassName
 {
   color: #553C39;
 }
 .AnyTagClassName
 {
   color: #553C39;
 }
</style>

background-color css

<style>
 a { background-color: #553C39; }

 a { background-color: rgb(85,60,57); }

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

border-color css

<style>
 span { border-color: #553C39; }

 span { border-color: rgb(85,60,57); }

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