#523935

Color #523935 Van Cleef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Van Cleef #523935

Tints of Van Cleef #523935

Color information

#523935 (or 0x523935) is unknown color: approx Van Cleef. HEX triplet: 52, 39 and 35. RGB value is (82,57,53). Sum of RGB (Red+Green+Blue) = 82+57+53=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #523935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523935 is #ADC6CA. Grayscale: #404040. Windows color (decimal): -11388619 or 3488082. OLE color: 3488082.

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

Color convert

RGB825753-
CMYK00.300.350.68
HSL8.28º21.48%26.47%-
HSV(B)8.28º35.37%32.16%-
XYZ5.594.984.03-
YUV64.02121.78140.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 57 (22.66% from 255) = 29.69%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=42.71%
G=29.69%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82575300.300.350.688.2821.4826.47
Hex52393501E23448151a
Octal122716503643104102532
Binary1010010111001110101011110100011100010010001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523935; }

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

 H1.HeaderClassName
 {
   color: #523935;
 }
 .AnyTagClassName
 {
   color: #523935;
 }
</style>
background-color css

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

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

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

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

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

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