Html Css Color HEX #523B3B Van Cleef

📋 copy color: '#523B3B'

red 82 ◦ green 59 ◦ blue 59

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

Shades of Van Cleef #523B3B

Tints of Van Cleef #523B3B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.5%

 BLUE value IS 59 (23.44% from 255) = 29.5%

R = 41%
G = 29.5%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#523B3B (or 0x523B3B) is known color: Van Cleef. HEX triplet: 52, 3B and 3B. RGB value is (82,59,59). Sum of RGB (Red+Green+Blue) = 82+59+59=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #523B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B3B is #ADC4C4. Grayscale: #414141. Windows color (decimal): -11388101 or 3881810. OLE color: 3881810.

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

Color convert

RGB 82 59 59 -
CMYK 0 0.28 0.28 0.68
HSL 0.16% 0.28% -
HSV(B) 0.28% 0.32% -
XYZ 5.83 5.24 4.84 -
YUV 65.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 82 59 59 0 0.28 0.28 0.68 0 0.16 0.28
Hex 52 3B 3B 0 1C 1C 44 0 10 1C
Octal 122 73 73 0 34 34 104 0 20 34
Binary 1010010 111011 111011 0 11100 11100 1000100 0 10000 11100

Color Harmonies of #523B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B3B

Black with #523B3B

Text Example


Text Example

White with #523B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,59,59); }

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

background-color css

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

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

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

border-color css

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

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

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