#50380D

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

Shades of Clinker #50380D

Tints of Clinker #50380D

Color information

#50380D (or 0x50380D) is unknown color: approx Clinker. HEX triplet: 50, 38 and 0D. RGB value is (80,56,13). Sum of RGB (Red+Green+Blue) = 80+56+13=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #50380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50380D is #AFC7F2. Grayscale: #3A3A3A. Windows color (decimal): -11519987 or 866384. OLE color: 866384.

HSL color Cylindrical-coordinate representation of color #50380D: hue angle of 38.51º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50380D is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB805613-
CMYK00.300.840.69
HSL38.51º72.04%18.24%-
HSV(B)38.51º83.75%31.37%-
XYZ4.84.561.01-
YUV58.27102.45143.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=53.69%
G=37.58%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80561300.300.840.6938.5172.0418.24
Hex5038D01E5445274812
Octal12070150361241054711022
Binary1010000111000110101111010101001000101100111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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