#503A17

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

Shades of Clinker #503A17

Tints of Clinker #503A17

Color information

#503A17 (or 0x503A17) is unknown color: approx Clinker. HEX triplet: 50, 3A and 17. RGB value is (80,58,23). Sum of RGB (Red+Green+Blue) = 80+58+23=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #503A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A17 is #AFC5E8. Grayscale: #3C3C3C. Windows color (decimal): -11519465 or 1522256. OLE color: 1522256.

HSL color Cylindrical-coordinate representation of color #503A17: hue angle of 36.84º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503A17 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB805823-
CMYK00.280.710.69
HSL36.84º55.34%20.2%-
HSV(B)36.84º71.25%31.37%-
XYZ4.984.791.47-
YUV60.59106.79141.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=49.69%
G=36.02%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80582300.280.710.6936.8455.3420.2
Hex503A1701C4745253714
Octal1207227034107105456724
Binary1010000111010101110111001000111100010110010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,58,23); }

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

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

 a { background-color: rgb(80,58,23); }

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

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

 span { border-color: rgb(80,58,23); }

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