#483011

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

Shades of Clinker #483011

Tints of Clinker #483011

Color information

#483011 (or 0x483011) is unknown color: approx Clinker. HEX triplet: 48, 30 and 11. RGB value is (72,48,17). Sum of RGB (Red+Green+Blue) = 72+48+17=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #483011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483011 is #B7CFEE. Grayscale: #333333. Windows color (decimal): -12046319 or 1126472. OLE color: 1126472.

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

Color convert

RGB724817-
CMYK00.330.760.72
HSL33.82º61.8%17.45%-
HSV(B)33.82º76.39%28.24%-
XYZ3.833.531.01-
YUV51.64108.45142.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 17 (7.03% from 255) = 12.41%
R=52.55%
G=35.04%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72481700.330.760.7233.8261.817.45
Hex4830110214C48223e11
Octal1106021041114110427621
Binary10010001100001000101000011001100100100010001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483011; }

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

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

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

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

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

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

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

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