Html Css Color HEX #503C38 Van Cleef

📋 copy color: '#503C38'

red 80 ◦ green 60 ◦ blue 56

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

Shades of Van Cleef #503C38

Tints of Van Cleef #503C38

RGB

 RED value IS 80 (31.64% from 255) = 40.82%

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

 BLUE value IS 56 (22.27% from 255) = 28.57%

R = 40.82%
G = 30.61%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#503C38 (or 0x503C38) is known color: Van Cleef. HEX triplet: 50, 3C and 38. RGB value is (80,60,56). Sum of RGB (Red+Green+Blue) = 80+60+56=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #503C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C38 is #AFC3C7. Grayscale: #414141. Windows color (decimal): -11518920 or 3685456. OLE color: 3685456.

HSL color Cylindrical-coordinate representation of color #503C38: hue angle of 10º 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 #503C38 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 60 56 -
CMYK 0 0.25 0.30 0.69
HSL 10º 0.18% 0.27% -
HSV(B) 10º 0.3% 0.31% -
XYZ 5.64 5.22 4.45 -
YUV 65.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 80 60 56 0 0.25 0.30 0.69 10 0.18 0.27
Hex 50 3C 38 0 19 1E 45 A 12 1B
Octal 120 74 70 0 31 36 105 12 22 33
Binary 1010000 111100 111000 0 11001 11110 1000101 1010 10010 11011

Color Harmonies of #503C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C38

Black with #503C38

Text Example


Text Example

White with #503C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503C38; }

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

 H1.HeaderClassName
 {
   color: #503C38;
 }
 .AnyTagClassName
 {
   color: #503C38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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