#50391B

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

Shades of Clinker #50391B

Tints of Clinker #50391B

Color information

#50391B (or 0x50391B) is unknown color: approx Clinker. HEX triplet: 50, 39 and 1B. RGB value is (80,57,27). Sum of RGB (Red+Green+Blue) = 80+57+27=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50391B is #AFC6E4. Grayscale: #3C3C3C. Windows color (decimal): -11519717 or 1784144. OLE color: 1784144.

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

Color convert

RGB805727-
CMYK00.290.660.69
HSL33.96º49.53%20.98%-
HSV(B)33.96º66.25%31.37%-
XYZ4.974.711.68-
YUV60.46109.12141.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=48.78%
G=34.76%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80572700.290.660.6933.9649.5320.98
Hex50391B01D4245223215
Octal1207133035102105426225
Binary1010000111001110110111011000010100010110001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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