#503719

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

Shades of Clinker #503719

Tints of Clinker #503719

Color information

#503719 (or 0x503719) is unknown color: approx Clinker. HEX triplet: 50, 37 and 19. RGB value is (80,55,25). Sum of RGB (Red+Green+Blue) = 80+55+25=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #503719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503719 is #AFC8E6. Grayscale: #3B3B3B. Windows color (decimal): -11520231 or 1652560. OLE color: 1652560.

HSL color Cylindrical-coordinate representation of color #503719: hue angle of 32.73º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503719 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB805525-
CMYK00.310.690.69
HSL32.73º52.38%20.59%-
HSV(B)32.73º68.75%31.37%-
XYZ4.854.511.53-
YUV59.06108.78142.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=50%
G=34.38%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80552500.310.690.6932.7352.3820.59
Hex50371901F4545213415
Octal1206731037105105416425
Binary1010000110111110010111111000101100010110000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503719; }

 p { color: rgb(80,55,25); }

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

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

 a { background-color: rgb(80,55,25); }

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

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

 span { border-color: rgb(80,55,25); }

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