#523434

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

Shades of Van Cleef #523434

Tints of Van Cleef #523434

Color information

#523434 (or 0x523434) is unknown color: approx Van Cleef. HEX triplet: 52, 34 and 34. RGB value is (82,52,52). Sum of RGB (Red+Green+Blue) = 82+52+52=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #523434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523434 is #ADCBCB. Grayscale: #3D3D3D. Windows color (decimal): -11389900 or 3421266. OLE color: 3421266.

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

Color convert

RGB825252-
CMYK00.370.370.68
HSL22.39%26.27%-
HSV(B)36.59%32.16%-
XYZ5.334.53.84-
YUV60.97122.94143-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.09%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 52 (20.70% from 255) = 27.96%
R=44.09%
G=27.96%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82525200.370.370.68022.3926.27
Hex52343402525440161a
Octal12264640454510402632
Binary10100101101001101000100101100101100010001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523434; }

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

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

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

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

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

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

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

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