#483420

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

Shades of Clinker #483420

Tints of Clinker #483420

Color information

#483420 (or 0x483420) is unknown color: approx Clinker. HEX triplet: 48, 34 and 20. RGB value is (72,52,32). Sum of RGB (Red+Green+Blue) = 72+52+32=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483420 is #B7CBDF. Grayscale: #373737. Windows color (decimal): -12045280 or 2110536. OLE color: 2110536.

HSL color Cylindrical-coordinate representation of color #483420: hue angle of 30º 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 #483420 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB725232-
CMYK00.280.560.72
HSL30º38.46%20.39%-
HSV(B)30º55.56%28.24%-
XYZ4.163.941.91-
YUV55.7114.63139.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=46.15%
G=33.33%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72523200.280.560.723038.4620.39
Hex48342001C38481e2614
Octal110644003470110364624
Binary100100011010010000001110011100010010001111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483420; }

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

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

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

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

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

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

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

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