#482F10

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

Shades of Clinker #482F10

Tints of Clinker #482F10

Color information

#482F10 (or 0x482F10) is unknown color: approx Clinker. HEX triplet: 48, 2F and 10. RGB value is (72,47,16). Sum of RGB (Red+Green+Blue) = 72+47+16=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #482F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F10 is #B7D0EF. Grayscale: #333333. Windows color (decimal): -12046576 or 1060680. OLE color: 1060680.

HSL color Cylindrical-coordinate representation of color #482F10: hue angle of 33.21º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482F10 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB724716-
CMYK00.350.780.72
HSL33.21º63.64%17.25%-
HSV(B)33.21º77.78%28.24%-
XYZ3.783.450.96-
YUV50.94108.28143.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=53.33%
G=34.81%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72471600.350.780.7233.2163.6417.25
Hex482F100234E48214011
Octal11057200431161104110021
Binary100100010111110000010001110011101001000100001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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