#483520

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

Shades of Clinker #483520

Tints of Clinker #483520

Color information

#483520 (or 0x483520) is unknown color: approx Clinker. HEX triplet: 48, 35 and 20. RGB value is (72,53,32). Sum of RGB (Red+Green+Blue) = 72+53+32=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483520 is #B7CADF. Grayscale: #383838. Windows color (decimal): -12045024 or 2110792. OLE color: 2110792.

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

Color convert

RGB725332-
CMYK00.260.560.72
HSL31.5º38.46%20.39%-
HSV(B)31.5º55.56%28.24%-
XYZ4.214.031.92-
YUV56.29114.29139.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=45.86%
G=33.76%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72533200.260.560.7231.538.4620.39
Hex48352001A38481f2614
Octal110654003270110374624
Binary100100011010110000001101011100010010001111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483520; }

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

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

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

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

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

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

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

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