#513A23

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

Shades of Clinker #513A23

Tints of Clinker #513A23

Color information

#513A23 (or 0x513A23) is unknown color: approx Clinker. HEX triplet: 51, 3A and 23. RGB value is (81,58,35). Sum of RGB (Red+Green+Blue) = 81+58+35=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #513A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A23 is #AEC5DC. Grayscale: #3E3E3E. Windows color (decimal): -11453917 or 2308689. OLE color: 2308689.

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

Color convert

RGB815835-
CMYK00.280.570.68
HSL30º39.66%22.75%-
HSV(B)30º56.79%31.76%-
XYZ5.214.92.26-
YUV62.26112.62141.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 58 (23.05% from 255) = 33.33%
BLUE value IS 35 (14.06% from 255) = 20.11%
R=46.55%
G=33.33%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81583500.280.570.683039.6622.75
Hex513A2301C39441e2817
Octal121724303471104365027
Binary101000111101010001101110011100110001001111010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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