Html Css Color HEX #553935 Van Cleef

📋 copy color: '#553935'

red 85 ◦ green 57 ◦ blue 53

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

Shades of Van Cleef #553935

Tints of Van Cleef #553935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.23%

 BLUE value IS 53 (21.09% from 255) = 27.18%

R = 43.59%
G = 29.23%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#553935 (or 0x553935) is known color: Van Cleef. HEX triplet: 55, 39 and 35. RGB value is (85,57,53). Sum of RGB (Red+Green+Blue) = 85+57+53=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #553935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553935 is #AAC6CA. Grayscale: #404040. Windows color (decimal): -11192011 or 3488085. OLE color: 3488085.

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

Color convert

RGB 85 57 53 -
CMYK 0 0.33 0.38 0.67
HSL 7.5º 0.23% 0.27% -
HSV(B) 7.5º 0.38% 0.33% -
XYZ 5.85 5.11 4.05 -
YUV 64.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 85 57 53 0 0.33 0.38 0.67 7.5 0.23 0.27
Hex 55 39 35 0 21 26 43 8 17 1B
Octal 125 71 65 0 41 46 103 10 27 33
Binary 1010101 111001 110101 0 100001 100110 1000011 1000 10111 11011

Color Harmonies of #553935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553935

Black with #553935

Text Example


Text Example

White with #553935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553935; }

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

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

background-color css

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

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

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

border-color css

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

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

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