#483516

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

Shades of Clinker #483516

Tints of Clinker #483516

Color information

#483516 (or 0x483516) is unknown color: approx Clinker. HEX triplet: 48, 35 and 16. RGB value is (72,53,22). Sum of RGB (Red+Green+Blue) = 72+53+22=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483516 is #B7CAE9. Grayscale: #373737. Windows color (decimal): -12045034 or 1455432. OLE color: 1455432.

HSL color Cylindrical-coordinate representation of color #483516: hue angle of 37.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #483516 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB725322-
CMYK00.260.690.72
HSL37.2º53.19%18.43%-
HSV(B)37.2º69.44%28.24%-
XYZ4.093.981.31-
YUV55.15109.29140.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=48.98%
G=36.05%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72532200.260.690.7237.253.1918.43
Hex48351601A4548253512
Octal1106526032105110456522
Binary1001000110101101100110101000101100100010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483516; }

 p { color: rgb(72,53,22); }

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

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

 a { background-color: rgb(72,53,22); }

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

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

 span { border-color: rgb(72,53,22); }

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