#483211

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

Shades of Clinker #483211

Tints of Clinker #483211

Color information

#483211 (or 0x483211) is unknown color: approx Clinker. HEX triplet: 48, 32 and 11. RGB value is (72,50,17). Sum of RGB (Red+Green+Blue) = 72+50+17=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483211 is #B7CDEE. Grayscale: #343434. Windows color (decimal): -12045807 or 1126984. OLE color: 1126984.

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

Color convert

RGB725017-
CMYK00.310.760.72
HSL36º61.8%17.45%-
HSV(B)36º76.39%28.24%-
XYZ3.913.71.04-
YUV52.82107.79141.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 17 (7.03% from 255) = 12.23%
R=51.80%
G=35.97%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72501700.310.760.723661.817.45
Hex48321101F4C48243e11
Octal1106221037114110447621
Binary1001000110010100010111111001100100100010010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483211; }

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

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

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

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

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

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

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

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