#50391F

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

Shades of Clinker #50391F

Tints of Clinker #50391F

Color information

#50391F (or 0x50391F) is unknown color: approx Clinker. HEX triplet: 50, 39 and 1F. RGB value is (80,57,31). Sum of RGB (Red+Green+Blue) = 80+57+31=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #50391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50391F is #AFC6E0. Grayscale: #3D3D3D. Windows color (decimal): -11519713 or 2046288. OLE color: 2046288.

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

Color convert

RGB805731-
CMYK00.290.610.69
HSL31.84º44.14%21.76%-
HSV(B)31.84º61.25%31.37%-
XYZ5.024.731.94-
YUV60.91111.12141.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=47.62%
G=33.93%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80573100.290.610.6931.8444.1421.76
Hex50391F01D3D45202c16
Octal120713703575105405426
Binary101000011100111111011101111101100010110000010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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