#483012

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

Shades of Clinker #483012

Tints of Clinker #483012

Color information

#483012 (or 0x483012) is unknown color: approx Clinker. HEX triplet: 48, 30 and 12. RGB value is (72,48,18). Sum of RGB (Red+Green+Blue) = 72+48+18=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #483012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483012 is #B7CFED. Grayscale: #333333. Windows color (decimal): -12046318 or 1192008. OLE color: 1192008.

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

Color convert

RGB724818-
CMYK00.330.750.72
HSL33.33º60%17.65%-
HSV(B)33.33º75%28.24%-
XYZ3.843.541.05-
YUV51.76108.95142.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=52.17%
G=34.78%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72481800.330.750.7233.336017.65
Hex4830120214B48213c12
Octal1106022041113110417422
Binary10010001100001001001000011001011100100010000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483012; }

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

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

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

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

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

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

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

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