Html Css Color HEX #553D36 Van Cleef

📋 copy color: '#553D36'

red 85 ◦ green 61 ◦ blue 54

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

Shades of Van Cleef #553D36

Tints of Van Cleef #553D36

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.5%

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

R = 42.5%
G = 30.5%
B = 27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#553D36 (or 0x553D36) is known color: Van Cleef. HEX triplet: 55, 3D and 36. RGB value is (85,61,54). Sum of RGB (Red+Green+Blue) = 85+61+54=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #553D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D36 is #AAC2C9. Grayscale: #434343. Windows color (decimal): -11190986 or 3554645. OLE color: 3554645.

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

Color convert

RGB 85 61 54 -
CMYK 0 0.28 0.36 0.67
HSL 13.55º 0.22% 0.27% -
HSV(B) 13.55º 0.36% 0.33% -
XYZ 6.08 5.54 4.24 -
YUV 67.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 85 61 54 0 0.28 0.36 0.67 13.55 0.22 0.27
Hex 55 3D 36 0 1C 24 43 E 16 1B
Octal 125 75 66 0 34 44 103 16 26 33
Binary 1010101 111101 110110 0 11100 100100 1000011 1110 10110 11011

Color Harmonies of #553D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D36

Black with #553D36

Text Example


Text Example

White with #553D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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