#482E15

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

Shades of Clinker #482E15

Tints of Clinker #482E15

Color information

#482E15 (or 0x482E15) is unknown color: approx Clinker. HEX triplet: 48, 2E and 15. RGB value is (72,46,21). Sum of RGB (Red+Green+Blue) = 72+46+21=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #482E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E15 is #B7D1EA. Grayscale: #333333. Windows color (decimal): -12046827 or 1388104. OLE color: 1388104.

HSL color Cylindrical-coordinate representation of color #482E15: hue angle of 29.41º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482E15 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB724621-
CMYK00.360.710.72
HSL29.41º54.84%18.24%-
HSV(B)29.41º70.83%28.24%-
XYZ3.783.391.16-
YUV50.92111.11143.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=51.80%
G=33.09%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72462100.360.710.7229.4154.8418.24
Hex482E1502447481d3712
Octal1105625044107110356722
Binary1001000101110101010100100100011110010001110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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