#513A1D

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

Shades of Clinker #513A1D

Tints of Clinker #513A1D

Color information

#513A1D (or 0x513A1D) is unknown color: approx Clinker. HEX triplet: 51, 3A and 1D. RGB value is (81,58,29). Sum of RGB (Red+Green+Blue) = 81+58+29=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #513A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A1D is #AEC5E2. Grayscale: #3D3D3D. Windows color (decimal): -11453923 or 1915473. OLE color: 1915473.

HSL color Cylindrical-coordinate representation of color #513A1D: hue angle of 33.46º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513A1D is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB815829-
CMYK00.280.640.68
HSL33.46º47.27%21.57%-
HSV(B)33.46º64.2%31.76%-
XYZ5.134.861.83-
YUV61.57109.62141.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=48.21%
G=34.52%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81582900.280.640.6833.4647.2721.57
Hex513A1D01C4044212f16
Octal1217235034100104415726
Binary1010001111010111010111001000000100010010000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513A1D; }

 p { color: rgb(81,58,29); }

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

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

 a { background-color: rgb(81,58,29); }

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

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

 span { border-color: rgb(81,58,29); }

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