Html Css Color HEX #553736 Van Cleef

📋 copy color: '#553736'

red 85 ◦ green 55 ◦ blue 54

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

Shades of Van Cleef #553736

Tints of Van Cleef #553736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.35%

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 43.81%
G = 28.35%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#553736 (or 0x553736) is known color: Van Cleef. HEX triplet: 55, 37 and 36. RGB value is (85,55,54). Sum of RGB (Red+Green+Blue) = 85+55+54=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #553736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553736 is #AAC8C9. Grayscale: #3F3F3F. Windows color (decimal): -11192522 or 3553109. OLE color: 3553109.

HSL color Cylindrical-coordinate representation of color #553736: hue angle of 1.94º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553736 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 55 54 -
CMYK 0 0.35 0.36 0.67
HSL 1.94º 0.22% 0.27% -
HSV(B) 1.94º 0.36% 0.33% -
XYZ 5.78 4.93 4.14 -
YUV 63.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 85 55 54 0 0.35 0.36 0.67 1.94 0.22 0.27
Hex 55 37 36 0 23 24 43 2 16 1B
Octal 125 67 66 0 43 44 103 2 26 33
Binary 1010101 110111 110110 0 100011 100100 1000011 10 10110 11011

Color Harmonies of #553736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553736

Black with #553736

Text Example


Text Example

White with #553736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553736; }

 p { color: rgb(85,55,54); }

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

background-color css

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

 a { background-color: rgb(85,55,54); }

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

border-color css

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

 span { border-color: rgb(85,55,54); }

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