Html Css Color HEX #553C3A Van Cleef

📋 copy color: '#553C3A'

red 85 ◦ green 60 ◦ blue 58

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

Shades of Van Cleef #553C3A

Tints of Van Cleef #553C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 41.87%
G = 29.56%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#553C3A (or 0x553C3A) is known color: Van Cleef. HEX triplet: 55, 3C and 3A. RGB value is (85,60,58). Sum of RGB (Red+Green+Blue) = 85+60+58=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #553C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C3A is #AAC3C5. Grayscale: #434343. Windows color (decimal): -11191238 or 3816533. OLE color: 3816533.

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

Color convert

RGB 85 60 58 -
CMYK 0 0.29 0.32 0.67
HSL 4.44º 0.19% 0.28% -
HSV(B) 4.44º 0.32% 0.33% -
XYZ 6.13 5.47 4.74 -
YUV 67.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 85 60 58 0 0.29 0.32 0.67 4.44 0.19 0.28
Hex 55 3C 3A 0 1D 20 43 4 13 1C
Octal 125 74 72 0 35 40 103 4 23 34
Binary 1010101 111100 111010 0 11101 100000 1000011 100 10011 11100

Color Harmonies of #553C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C3A

Black with #553C3A

Text Example


Text Example

White with #553C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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