#50391D

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

Shades of Clinker #50391D

Tints of Clinker #50391D

Color information

#50391D (or 0x50391D) is unknown color: approx Clinker. HEX triplet: 50, 39 and 1D. RGB value is (80,57,29). Sum of RGB (Red+Green+Blue) = 80+57+29=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #50391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50391D is #AFC6E2. Grayscale: #3C3C3C. Windows color (decimal): -11519715 or 1915216. OLE color: 1915216.

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

Color convert

RGB805729-
CMYK00.290.640.69
HSL32.94º46.79%21.37%-
HSV(B)32.94º63.75%31.37%-
XYZ4.994.721.81-
YUV60.68110.12141.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=48.19%
G=34.34%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80572900.290.640.6932.9446.7921.37
Hex50391D01D4045212f15
Octal1207135035100105415725
Binary1010000111001111010111011000000100010110000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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