#483523

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

Shades of Clinker #483523

Tints of Clinker #483523

Color information

#483523 (or 0x483523) is unknown color: approx Clinker. HEX triplet: 48, 35 and 23. RGB value is (72,53,35). Sum of RGB (Red+Green+Blue) = 72+53+35=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483523 is #B7CADC. Grayscale: #383838. Windows color (decimal): -12045021 or 2307400. OLE color: 2307400.

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

Color convert

RGB725335-
CMYK00.260.510.72
HSL29.19º34.58%20.98%-
HSV(B)29.19º51.39%28.24%-
XYZ4.254.052.15-
YUV56.63115.79138.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 35 (14.06% from 255) = 21.88%
R=45%
G=33.12%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72533500.260.510.7229.1934.5820.98
Hex48352301A33481d2315
Octal110654303263110354325
Binary100100011010110001101101011001110010001110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483523; }

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

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

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

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

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

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

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

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