#482C07

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

Shades of Clinker #482C07

Tints of Clinker #482C07

Color information

#482C07 (or 0x482C07) is unknown color: approx Clinker. HEX triplet: 48, 2C and 07. RGB value is (72,44,7). Sum of RGB (Red+Green+Blue) = 72+44+7=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #482C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C07 is #B7D3F8. Grayscale: #303030. Windows color (decimal): -12047353 or 470088. OLE color: 470088.

HSL color Cylindrical-coordinate representation of color #482C07: hue angle of 34.15º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #482C07 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72447-
CMYK00.390.900.72
HSL34.15º82.28%15.49%-
HSV(B)34.15º90.28%28.24%-
XYZ3.613.190.63-
YUV48.15104.78145.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 7 (3.12% from 255) = 5.69%
R=58.54%
G=35.77%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7244700.390.900.7234.1582.2815.49
Hex482C70275A482252f
Octal1105470471321104212217
Binary100100010110011101001111011010100100010001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,44,7); }

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

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

 a { background-color: rgb(72,44,7); }

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

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

 span { border-color: rgb(72,44,7); }

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