#483321

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

Shades of Clinker #483321

Tints of Clinker #483321

Color information

#483321 (or 0x483321) is unknown color: approx Clinker. HEX triplet: 48, 33 and 21. RGB value is (72,51,33). Sum of RGB (Red+Green+Blue) = 72+51+33=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483321 is #B7CCDE. Grayscale: #373737. Windows color (decimal): -12045535 or 2175816. OLE color: 2175816.

HSL color Cylindrical-coordinate representation of color #483321: hue angle of 27.69º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483321 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB725133-
CMYK00.290.540.72
HSL27.69º37.14%20.59%-
HSV(B)27.69º54.17%28.24%-
XYZ4.133.861.97-
YUV55.23115.46139.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=46.15%
G=32.69%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72513300.290.540.7227.6937.1420.59
Hex48332101D36481c2515
Octal110634103566110344525
Binary100100011001110000101110111011010010001110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483321; }

 p { color: rgb(72,51,33); }

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

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

 a { background-color: rgb(72,51,33); }

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

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

 span { border-color: rgb(72,51,33); }

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