#503938

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

Shades of Van Cleef #503938

Tints of Van Cleef #503938

Color information

#503938 (or 0x503938) is unknown color: approx Van Cleef. HEX triplet: 50, 39 and 38. RGB value is (80,57,56). Sum of RGB (Red+Green+Blue) = 80+57+56=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #503938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503938 is #AFC6C7. Grayscale: #3F3F3F. Windows color (decimal): -11519688 or 3684688. OLE color: 3684688.

HSL color Cylindrical-coordinate representation of color #503938: hue angle of 2.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #503938 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB805756-
CMYK00.290.300.69
HSL2.5º17.65%26.67%-
HSV(B)2.5º30%31.37%-
XYZ5.494.924.4-
YUV63.76123.62139.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=41.45%
G=29.53%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80575600.290.300.692.517.6526.67
Hex50393801D1E453121b
Octal12071700353610532233
Binary1010000111001111000011101111101000101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503938; }

 p { color: rgb(80,57,56); }

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

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

 a { background-color: rgb(80,57,56); }

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

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

 span { border-color: rgb(80,57,56); }

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