#51391C

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

Shades of Clinker #51391C

Tints of Clinker #51391C

Color information

#51391C (or 0x51391C) is unknown color: approx Clinker. HEX triplet: 51, 39 and 1C. RGB value is (81,57,28). Sum of RGB (Red+Green+Blue) = 81+57+28=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #51391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51391C is #AEC6E3. Grayscale: #3D3D3D. Windows color (decimal): -11454180 or 1849681. OLE color: 1849681.

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

Color convert

RGB815728-
CMYK00.300.650.68
HSL32.83º48.62%21.37%-
HSV(B)32.83º65.43%31.76%-
XYZ5.074.761.75-
YUV60.87109.45142.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=48.80%
G=34.34%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81572800.300.650.6832.8348.6221.37
Hex51391C01E4144213115
Octal1217134036101104416125
Binary1010001111001111000111101000001100010010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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