#513B22

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

Shades of Clinker #513B22

Tints of Clinker #513B22

Color information

#513B22 (or 0x513B22) is unknown color: approx Clinker. HEX triplet: 51, 3B and 22. RGB value is (81,59,34). Sum of RGB (Red+Green+Blue) = 81+59+34=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #513B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B22 is #AEC4DD. Grayscale: #3E3E3E. Windows color (decimal): -11453662 or 2243409. OLE color: 2243409.

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

Color convert

RGB815934-
CMYK00.270.580.68
HSL31.91º40.87%22.55%-
HSV(B)31.91º58.02%31.76%-
XYZ5.254.992.2-
YUV62.73111.79141.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 34 (13.67% from 255) = 19.54%
R=46.55%
G=33.91%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81593400.270.580.6831.9140.8722.55
Hex513B2201B3A44202917
Octal121734203372104405127
Binary1010001111011100010011011111010100010010000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,59,34); }

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

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

 a { background-color: rgb(81,59,34); }

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

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

 span { border-color: rgb(81,59,34); }

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