Html Css Color HEX #553C36 Van Cleef

📋 copy color: '#553C36'

red 85 ◦ green 60 ◦ blue 54

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

Shades of Van Cleef #553C36

Tints of Van Cleef #553C36

RGB

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

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

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

R = 42.71%
G = 30.15%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#553C36 (or 0x553C36) is known color: Van Cleef. HEX triplet: 55, 3C and 36. RGB value is (85,60,54). Sum of RGB (Red+Green+Blue) = 85+60+54=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #553C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C36 is #AAC3C9. Grayscale: #424242. Windows color (decimal): -11191242 or 3554389. OLE color: 3554389.

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

Color convert

RGB 85 60 54 -
CMYK 0 0.29 0.36 0.67
HSL 11.61º 0.22% 0.27% -
HSV(B) 11.61º 0.36% 0.33% -
XYZ 6.03 5.43 4.22 -
YUV 66.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 85 60 54 0 0.29 0.36 0.67 11.61 0.22 0.27
Hex 55 3C 36 0 1D 24 43 C 16 1B
Octal 125 74 66 0 35 44 103 14 26 33
Binary 1010101 111100 110110 0 11101 100100 1000011 1100 10110 11011

Color Harmonies of #553C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C36

Black with #553C36

Text Example


Text Example

White with #553C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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