#483C28

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

Shades of Clinker #483C28

Tints of Clinker #483C28

Color information

#483C28 (or 0x483C28) is unknown color: approx Clinker. HEX triplet: 48, 3C and 28. RGB value is (72,60,40). Sum of RGB (Red+Green+Blue) = 72+60+40=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #483C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C28 is #B7C3D7. Grayscale: #3D3D3D. Windows color (decimal): -12043224 or 2636872. OLE color: 2636872.

HSL color Cylindrical-coordinate representation of color #483C28: hue angle of 37.5º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483C28 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB726040-
CMYK00.170.440.72
HSL37.5º28.57%21.96%-
HSV(B)37.5º44.44%28.24%-
XYZ4.674.762.68-
YUV61.31115.98135.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 60 (23.83% from 255) = 34.88%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=41.86%
G=34.88%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72604000.170.440.7237.528.5721.96
Hex483C280112C48251d16
Octal110745002154110453526
Binary100100011110010100001000110110010010001001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483C28; }

 p { color: rgb(72,60,40); }

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

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

 a { background-color: rgb(72,60,40); }

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

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

 span { border-color: rgb(72,60,40); }

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