#482E06

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

Shades of Clinker #482E06

Tints of Clinker #482E06

Color information

#482E06 (or 0x482E06) is unknown color: approx Clinker. HEX triplet: 48, 2E and 06. RGB value is (72,46,6). Sum of RGB (Red+Green+Blue) = 72+46+6=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #482E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E06 is #B7D1F9. Grayscale: #313131. Windows color (decimal): -12046842 or 405064. OLE color: 405064.

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

Color convert

RGB72466-
CMYK00.360.920.72
HSL36.36º84.62%15.29%-
HSV(B)36.36º91.67%28.24%-
XYZ3.683.340.62-
YUV49.21103.61144.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=58.06%
G=37.10%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7246600.360.920.7236.3684.6215.29
Hex482E60245C482455f
Octal1105660441341104412517
Binary100100010111011001001001011100100100010010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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