#483412

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

Shades of Clinker #483412

Tints of Clinker #483412

Color information

#483412 (or 0x483412) is unknown color: approx Clinker. HEX triplet: 48, 34 and 12. RGB value is (72,52,18). Sum of RGB (Red+Green+Blue) = 72+52+18=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483412 is #B7CBED. Grayscale: #363636. Windows color (decimal): -12045294 or 1193032. OLE color: 1193032.

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

Color convert

RGB725218-
CMYK00.280.750.72
HSL37.78º60%17.65%-
HSV(B)37.78º75%28.24%-
XYZ4.013.881.11-
YUV54.1107.63140.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=50.70%
G=36.62%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72521800.280.750.7237.786017.65
Hex48341201C4B48263c12
Octal1106422034113110467422
Binary1001000110100100100111001001011100100010011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483412; }

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

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

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

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

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

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

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

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