#50391E

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

Shades of Clinker #50391E

Tints of Clinker #50391E

Color information

#50391E (or 0x50391E) is unknown color: approx Clinker. HEX triplet: 50, 39 and 1E. RGB value is (80,57,30). Sum of RGB (Red+Green+Blue) = 80+57+30=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #50391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50391E is #AFC6E1. Grayscale: #3C3C3C. Windows color (decimal): -11519714 or 1980752. OLE color: 1980752.

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

Color convert

RGB805730-
CMYK00.290.620.69
HSL32.4º45.45%21.57%-
HSV(B)32.4º62.5%31.37%-
XYZ5.014.731.88-
YUV60.8110.62141.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=47.90%
G=34.13%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80573000.290.620.6932.445.4521.57
Hex50391E01D3E45202d16
Octal120713603576105405526
Binary101000011100111110011101111110100010110000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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