Html Css Color HEX #553E38 Van Cleef

📋 copy color: '#553E38'

red 85 ◦ green 62 ◦ blue 56

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

Shades of Van Cleef #553E38

Tints of Van Cleef #553E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.59%

R = 41.87%
G = 30.54%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#553E38 (or 0x553E38) is known color: Van Cleef. HEX triplet: 55, 3E and 38. RGB value is (85,62,56). Sum of RGB (Red+Green+Blue) = 85+62+56=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #553E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E38 is #AAC1C7. Grayscale: #444444. Windows color (decimal): -11190728 or 3685973. OLE color: 3685973.

HSL color Cylindrical-coordinate representation of color #553E38: hue angle of 12.41º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #553E38 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 62 56 -
CMYK 0 0.27 0.34 0.67
HSL 12.41º 0.21% 0.28% -
HSV(B) 12.41º 0.34% 0.33% -
XYZ 6.18 5.66 4.51 -
YUV 68.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 85 62 56 0 0.27 0.34 0.67 12.41 0.21 0.28
Hex 55 3E 38 0 1B 22 43 C 15 1C
Octal 125 76 70 0 33 42 103 14 25 34
Binary 1010101 111110 111000 0 11011 100010 1000011 1100 10101 11100

Color Harmonies of #553E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E38

Black with #553E38

Text Example


Text Example

White with #553E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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