#483311

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

Shades of Clinker #483311

Tints of Clinker #483311

Color information

#483311 (or 0x483311) is unknown color: approx Clinker. HEX triplet: 48, 33 and 11. RGB value is (72,51,17). Sum of RGB (Red+Green+Blue) = 72+51+17=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #483311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483311 is #B7CCEE. Grayscale: #353535. Windows color (decimal): -12045551 or 1127240. OLE color: 1127240.

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

Color convert

RGB725117-
CMYK00.290.760.72
HSL37.09º61.8%17.45%-
HSV(B)37.09º76.39%28.24%-
XYZ3.963.791.05-
YUV53.4107.46141.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=51.43%
G=36.43%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72511700.290.760.7237.0961.817.45
Hex48331101D4C48253e11
Octal1106321035114110457621
Binary1001000110011100010111011001100100100010010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483311; }

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

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

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

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

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

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

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

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