#503B19

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

Shades of Clinker #503B19

Tints of Clinker #503B19

Color information

#503B19 (or 0x503B19) is unknown color: approx Clinker. HEX triplet: 50, 3B and 19. RGB value is (80,59,25). Sum of RGB (Red+Green+Blue) = 80+59+25=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #503B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B19 is #AFC4E6. Grayscale: #3D3D3D. Windows color (decimal): -11519207 or 1653584. OLE color: 1653584.

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

Color convert

RGB805925-
CMYK00.260.690.69
HSL37.09º52.38%20.59%-
HSV(B)37.09º68.75%31.37%-
XYZ5.054.91.6-
YUV61.4107.46141.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=48.78%
G=35.98%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80592500.260.690.6937.0952.3820.59
Hex503B1901A4545253415
Octal1207331032105105456425
Binary1010000111011110010110101000101100010110010111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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