Html Css Color HEX #553B39 Van Cleef

📋 copy color: '#553B39'

red 85 ◦ green 59 ◦ blue 57

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

Shades of Van Cleef #553B39

Tints of Van Cleef #553B39

RGB

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

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

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

R = 42.29%
G = 29.35%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#553B39 (or 0x553B39) is known color: Van Cleef. HEX triplet: 55, 3B and 39. RGB value is (85,59,57). Sum of RGB (Red+Green+Blue) = 85+59+57=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #553B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B39 is #AAC4C6. Grayscale: #424242. Windows color (decimal): -11191495 or 3750741. OLE color: 3750741.

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

Color convert

RGB 85 59 57 -
CMYK 0 0.31 0.33 0.67
HSL 4.29º 0.2% 0.28% -
HSV(B) 4.29º 0.33% 0.33% -
XYZ 6.05 5.35 4.59 -
YUV 66.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 85 59 57 0 0.31 0.33 0.67 4.29 0.2 0.28
Hex 55 3B 39 0 1F 21 43 4 14 1C
Octal 125 73 71 0 37 41 103 4 24 34
Binary 1010101 111011 111001 0 11111 100001 1000011 100 10100 11100

Color Harmonies of #553B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B39

Black with #553B39

Text Example


Text Example

White with #553B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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