#483518

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

Shades of Clinker #483518

Tints of Clinker #483518

Color information

#483518 (or 0x483518) is unknown color: approx Clinker. HEX triplet: 48, 35 and 18. RGB value is (72,53,24). Sum of RGB (Red+Green+Blue) = 72+53+24=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #483518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483518 is #B7CAE7. Grayscale: #373737. Windows color (decimal): -12045032 or 1586504. OLE color: 1586504.

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

Color convert

RGB725324-
CMYK00.260.670.72
HSL36.25º50%18.82%-
HSV(B)36.25º66.67%28.24%-
XYZ4.113.991.42-
YUV55.37110.29139.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=48.32%
G=35.57%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72532400.260.670.7236.255018.82
Hex48351801A4348243213
Octal1106530032103110446223
Binary1001000110101110000110101000011100100010010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483518; }

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

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

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

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

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

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

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

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