#50391C

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

Shades of Clinker #50391C

Tints of Clinker #50391C

Color information

#50391C (or 0x50391C) is unknown color: approx Clinker. HEX triplet: 50, 39 and 1C. RGB value is (80,57,28). Sum of RGB (Red+Green+Blue) = 80+57+28=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #50391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50391C is #AFC6E3. Grayscale: #3C3C3C. Windows color (decimal): -11519716 or 1849680. OLE color: 1849680.

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

Color convert

RGB805728-
CMYK00.290.650.69
HSL33.46º48.15%21.18%-
HSV(B)33.46º65%31.37%-
XYZ4.984.721.75-
YUV60.57109.62141.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=48.48%
G=34.55%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80572800.290.650.6933.4648.1521.18
Hex50391C01D4145213015
Octal1207134035101105416025
Binary1010000111001111000111011000001100010110000111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50391C; }

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

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

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

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

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

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

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

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