#503A1E

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

Shades of Clinker #503A1E

Tints of Clinker #503A1E

Color information

#503A1E (or 0x503A1E) is unknown color: approx Clinker. HEX triplet: 50, 3A and 1E. RGB value is (80,58,30). Sum of RGB (Red+Green+Blue) = 80+58+30=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A1E is #AFC5E1. Grayscale: #3D3D3D. Windows color (decimal): -11519458 or 1981008. OLE color: 1981008.

HSL color Cylindrical-coordinate representation of color #503A1E: hue angle of 33.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503A1E is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB805830-
CMYK00.280.620.69
HSL33.6º45.45%21.57%-
HSV(B)33.6º62.5%31.37%-
XYZ5.064.831.89-
YUV61.39110.29141.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=47.62%
G=34.52%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80583000.280.620.6933.645.4521.57
Hex503A1E01C3E45222d16
Octal120723603476105425526
Binary101000011101011110011100111110100010110001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503A1E; }

 p { color: rgb(80,58,30); }

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

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

 a { background-color: rgb(80,58,30); }

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

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

 span { border-color: rgb(80,58,30); }

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