Html Css Color HEX #523C3A Van Cleef

📋 copy color: '#523C3A'

red 82 ◦ green 60 ◦ blue 58

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

Shades of Van Cleef #523C3A

Tints of Van Cleef #523C3A

RGB

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

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

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

R = 41%
G = 30%
B = 29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#523C3A (or 0x523C3A) is known color: Van Cleef. HEX triplet: 52, 3C and 3A. RGB value is (82,60,58). Sum of RGB (Red+Green+Blue) = 82+60+58=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #523C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C3A is #ADC3C5. Grayscale: #424242. Windows color (decimal): -11387846 or 3816530. OLE color: 3816530.

HSL color Cylindrical-coordinate representation of color #523C3A: hue angle of 5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #523C3A is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 60 58 -
CMYK 0 0.27 0.29 0.68
HSL 0.17% 0.27% -
HSV(B) 0.29% 0.32% -
XYZ 5.86 5.33 4.72 -
YUV 66.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 82 60 58 0 0.27 0.29 0.68 5 0.17 0.27
Hex 52 3C 3A 0 1B 1D 44 5 11 1B
Octal 122 74 72 0 33 35 104 5 21 33
Binary 1010010 111100 111010 0 11011 11101 1000100 101 10001 11011

Color Harmonies of #523C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C3A

Black with #523C3A

Text Example


Text Example

White with #523C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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