#503923

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

Shades of Clinker #503923

Tints of Clinker #503923

Color information

#503923 (or 0x503923) is unknown color: approx Clinker. HEX triplet: 50, 39 and 23. RGB value is (80,57,35). Sum of RGB (Red+Green+Blue) = 80+57+35=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #503923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503923 is #AFC6DC. Grayscale: #3D3D3D. Windows color (decimal): -11519709 or 2308432. OLE color: 2308432.

HSL color Cylindrical-coordinate representation of color #503923: hue angle of 29.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503923 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB805735-
CMYK00.290.560.69
HSL29.33º39.13%22.55%-
HSV(B)29.33º56.25%31.37%-
XYZ5.074.752.24-
YUV61.37113.12141.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=46.51%
G=33.14%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80573500.290.560.6929.3339.1322.55
Hex50392301D38451d2717
Octal120714303570105354727
Binary101000011100110001101110111100010001011110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503923; }

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

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

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

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

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

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

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

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