#482E10

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

Shades of Clinker #482E10

Tints of Clinker #482E10

Color information

#482E10 (or 0x482E10) is unknown color: approx Clinker. HEX triplet: 48, 2E and 10. RGB value is (72,46,16). Sum of RGB (Red+Green+Blue) = 72+46+16=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E10 is #B7D1EF. Grayscale: #323232. Windows color (decimal): -12046832 or 1060424. OLE color: 1060424.

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

Color convert

RGB724616-
CMYK00.360.780.72
HSL32.14º63.64%17.25%-
HSV(B)32.14º77.78%28.24%-
XYZ3.743.370.94-
YUV50.35108.61143.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=53.73%
G=34.33%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72461600.360.780.7232.1463.6417.25
Hex482E100244E48204011
Octal11056200441161104010021
Binary100100010111010000010010010011101001000100000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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