Html Css Color HEX #523A35 Van Cleef

📋 copy color: '#523A35'

red 82 ◦ green 58 ◦ blue 53

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

Shades of Van Cleef #523A35

Tints of Van Cleef #523A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.05%

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

R = 42.49%
G = 30.05%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#523A35 (or 0x523A35) is known color: Van Cleef. HEX triplet: 52, 3A and 35. RGB value is (82,58,53). Sum of RGB (Red+Green+Blue) = 82+58+53=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #523A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A35 is #ADC5CA. Grayscale: #404040. Windows color (decimal): -11388363 or 3488338. OLE color: 3488338.

HSL color Cylindrical-coordinate representation of color #523A35: hue angle of 10.34º 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 #523A35 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 58 53 -
CMYK 0 0.29 0.35 0.68
HSL 10.34º 0.21% 0.26% -
HSV(B) 10.34º 0.35% 0.32% -
XYZ 5.64 5.08 4.05 -
YUV 64.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 82 58 53 0 0.29 0.35 0.68 10.34 0.21 0.26
Hex 52 3A 35 0 1D 23 44 A 15 1A
Octal 122 72 65 0 35 43 104 12 25 32
Binary 1010010 111010 110101 0 11101 100011 1000100 1010 10101 11010

Color Harmonies of #523A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A35

Black with #523A35

Text Example


Text Example

White with #523A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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