Html Css Color HEX #553E39 Van Cleef

📋 copy color: '#553E39'

red 85 ◦ green 62 ◦ blue 57

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

Shades of Van Cleef #553E39

Tints of Van Cleef #553E39

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.39%

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

R = 41.67%
G = 30.39%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#553E39 (or 0x553E39) is known color: Van Cleef. HEX triplet: 55, 3E and 39. RGB value is (85,62,57). Sum of RGB (Red+Green+Blue) = 85+62+57=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #553E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E39 is #AAC1C6. Grayscale: #444444. Windows color (decimal): -11190727 or 3751509. OLE color: 3751509.

HSL color Cylindrical-coordinate representation of color #553E39: hue angle of 10.71º 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 #553E39 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 62 57 -
CMYK 0 0.27 0.33 0.67
HSL 10.71º 0.2% 0.28% -
HSV(B) 10.71º 0.33% 0.33% -
XYZ 6.21 5.67 4.64 -
YUV 68.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 85 62 57 0 0.27 0.33 0.67 10.71 0.2 0.28
Hex 55 3E 39 0 1B 21 43 B 14 1C
Octal 125 76 71 0 33 41 103 13 24 34
Binary 1010101 111110 111001 0 11011 100001 1000011 1011 10100 11100

Color Harmonies of #553E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E39

Black with #553E39

Text Example


Text Example

White with #553E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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