Html Css Color HEX #553933 Van Cleef

📋 copy color: '#553933'

red 85 ◦ green 57 ◦ blue 51

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

Shades of Van Cleef #553933

Tints of Van Cleef #553933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 44.04%
G = 29.53%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#553933 (or 0x553933) is known color: Van Cleef. HEX triplet: 55, 39 and 33. RGB value is (85,57,51). Sum of RGB (Red+Green+Blue) = 85+57+51=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #553933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553933 is #AAC6CC. Grayscale: #404040. Windows color (decimal): -11192013 or 3357013. OLE color: 3357013.

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

Color convert

RGB 85 57 51 -
CMYK 0 0.33 0.40 0.67
HSL 10.59º 0.25% 0.27% -
HSV(B) 10.59º 0.4% 0.33% -
XYZ 5.81 5.1 3.81 -
YUV 64.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 85 57 51 0 0.33 0.40 0.67 10.59 0.25 0.27
Hex 55 39 33 0 21 28 43 B 19 1B
Octal 125 71 63 0 41 50 103 13 31 33
Binary 1010101 111001 110011 0 100001 101000 1000011 1011 11001 11011

Color Harmonies of #553933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553933

Black with #553933

Text Example


Text Example

White with #553933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553933; }

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

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

background-color css

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

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

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

border-color css

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

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

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