Html Css Color HEX #523635 Van Cleef

📋 copy color: '#523635'

red 82 ◦ green 54 ◦ blue 53

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

Shades of Van Cleef #523635

Tints of Van Cleef #523635

RGB

 RED value IS 82 (32.42% from 255) = 43.39%

 GREEN value IS 54 (21.48% from 255) = 28.57%

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

R = 43.39%
G = 28.57%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#523635 (or 0x523635) is known color: Van Cleef. HEX triplet: 52, 36 and 35. RGB value is (82,54,53). Sum of RGB (Red+Green+Blue) = 82+54+53=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #523635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523635 is #ADC9CA. Grayscale: #3E3E3E. Windows color (decimal): -11389387 or 3487314. OLE color: 3487314.

HSL color Cylindrical-coordinate representation of color #523635: hue angle of 2.07º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #523635 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 54 53 -
CMYK 0 0.34 0.35 0.68
HSL 2.07º 0.21% 0.26% -
HSV(B) 2.07º 0.35% 0.32% -
XYZ 5.44 4.69 3.99 -
YUV 62.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 82 54 53 0 0.34 0.35 0.68 2.07 0.21 0.26
Hex 52 36 35 0 22 23 44 2 15 1A
Octal 122 66 65 0 42 43 104 2 25 32
Binary 1010010 110110 110101 0 100010 100011 1000100 10 10101 11010

Color Harmonies of #523635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523635

Black with #523635

Text Example


Text Example

White with #523635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523635; }

 p { color: rgb(82,54,53); }

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

background-color css

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

 a { background-color: rgb(82,54,53); }

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

border-color css

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

 span { border-color: rgb(82,54,53); }

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