#482F11

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

Shades of Clinker #482F11

Tints of Clinker #482F11

Color information

#482F11 (or 0x482F11) is unknown color: approx Clinker. HEX triplet: 48, 2F and 11. RGB value is (72,47,17). Sum of RGB (Red+Green+Blue) = 72+47+17=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #482F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F11 is #B7D0EE. Grayscale: #333333. Windows color (decimal): -12046575 or 1126216. OLE color: 1126216.

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

Color convert

RGB724717-
CMYK00.350.760.72
HSL32.73º61.8%17.45%-
HSV(B)32.73º76.39%28.24%-
XYZ3.793.451-
YUV51.06108.78142.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=52.94%
G=34.56%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72471700.350.760.7232.7361.817.45
Hex482F110234C48213e11
Octal1105721043114110417621
Binary10010001011111000101000111001100100100010000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482F11; }

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

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

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

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

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

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

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

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