#483112

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

Shades of Clinker #483112

Tints of Clinker #483112

Color information

#483112 (or 0x483112) is unknown color: approx Clinker. HEX triplet: 48, 31 and 12. RGB value is (72,49,18). Sum of RGB (Red+Green+Blue) = 72+49+18=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483112 is #B7CEED. Grayscale: #343434. Windows color (decimal): -12046062 or 1192264. OLE color: 1192264.

HSL color Cylindrical-coordinate representation of color #483112: hue angle of 34.44º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #483112 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB724918-
CMYK00.320.750.72
HSL34.44º60%17.65%-
HSV(B)34.44º75%28.24%-
XYZ3.883.621.07-
YUV52.34108.62142.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=51.80%
G=35.25%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72491800.320.750.7234.446017.65
Hex4831120204B48223c12
Octal1106122040113110427422
Binary10010001100011001001000001001011100100010001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483112; }

 p { color: rgb(72,49,18); }

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

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

 a { background-color: rgb(72,49,18); }

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

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

 span { border-color: rgb(72,49,18); }

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