#483111

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

Shades of Clinker #483111

Tints of Clinker #483111

Color information

#483111 (or 0x483111) is unknown color: approx Clinker. HEX triplet: 48, 31 and 11. RGB value is (72,49,17). Sum of RGB (Red+Green+Blue) = 72+49+17=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #483111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483111 is #B7CEEE. Grayscale: #343434. Windows color (decimal): -12046063 or 1126728. OLE color: 1126728.

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

Color convert

RGB724917-
CMYK00.320.760.72
HSL34.91º61.8%17.45%-
HSV(B)34.91º76.39%28.24%-
XYZ3.873.611.02-
YUV52.23108.12142.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=52.17%
G=35.51%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72491700.320.760.7234.9161.817.45
Hex4831110204C48233e11
Octal1106121040114110437621
Binary10010001100011000101000001001100100100010001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483111; }

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

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

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

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

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

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

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

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