#483928

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

Shades of Clinker #483928

Tints of Clinker #483928

Color information

#483928 (or 0x483928) is unknown color: approx Clinker. HEX triplet: 48, 39 and 28. RGB value is (72,57,40). Sum of RGB (Red+Green+Blue) = 72+57+40=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #483928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483928 is #B7C6D7. Grayscale: #3B3B3B. Windows color (decimal): -12043992 or 2636104. OLE color: 2636104.

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

Color convert

RGB725740-
CMYK00.210.440.72
HSL31.87º28.57%21.96%-
HSV(B)31.87º44.44%28.24%-
XYZ4.524.462.63-
YUV59.55116.97136.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 40 (16.02% from 255) = 23.67%
R=42.60%
G=33.73%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72574000.210.440.7231.8728.5721.96
Hex4839280152C48201d16
Octal110715002554110403526
Binary100100011100110100001010110110010010001000001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483928; }

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

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

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

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

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

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

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

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