#51391A

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

Shades of Clinker #51391A

Tints of Clinker #51391A

Color information

#51391A (or 0x51391A) is unknown color: approx Clinker. HEX triplet: 51, 39 and 1A. RGB value is (81,57,26). Sum of RGB (Red+Green+Blue) = 81+57+26=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51391A is #AEC6E5. Grayscale: #3C3C3C. Windows color (decimal): -11454182 or 1718609. OLE color: 1718609.

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

Color convert

RGB815726-
CMYK00.300.680.68
HSL33.82º51.4%20.98%-
HSV(B)33.82º67.9%31.76%-
XYZ5.044.751.63-
YUV60.64108.45142.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=49.39%
G=34.76%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81572600.300.680.6833.8251.420.98
Hex51391A01E4444223315
Octal1217132036104104426325
Binary1010001111001110100111101000100100010010001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,57,26); }

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

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

 a { background-color: rgb(81,57,26); }

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

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

 span { border-color: rgb(81,57,26); }

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