#50381A

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

Shades of Clinker #50381A

Tints of Clinker #50381A

Color information

#50381A (or 0x50381A) is unknown color: approx Clinker. HEX triplet: 50, 38 and 1A. RGB value is (80,56,26). Sum of RGB (Red+Green+Blue) = 80+56+26=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50381A is #AFC7E5. Grayscale: #3B3B3B. Windows color (decimal): -11519974 or 1718352. OLE color: 1718352.

HSL color Cylindrical-coordinate representation of color #50381A: hue angle of 33.33º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50381A is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB805626-
CMYK00.300.670.69
HSL33.33º50.94%20.78%-
HSV(B)33.33º67.5%31.37%-
XYZ4.914.611.61-
YUV59.76108.95142.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=49.38%
G=34.57%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80562600.300.670.6933.3350.9420.78
Hex50381A01E4345213315
Octal1207032036103105416325
Binary1010000111000110100111101000011100010110000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50381A; }

 p { color: rgb(80,56,26); }

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

<style>
 a { background-color: #50381A; }

 a { background-color: rgb(80,56,26); }

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

<style>
 span { border-color: #50381A; }

 span { border-color: rgb(80,56,26); }

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