#482D07

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

Shades of Clinker #482D07

Tints of Clinker #482D07

Color information

#482D07 (or 0x482D07) is unknown color: approx Clinker. HEX triplet: 48, 2D and 07. RGB value is (72,45,7). Sum of RGB (Red+Green+Blue) = 72+45+7=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #482D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D07 is #B7D2F8. Grayscale: #303030. Windows color (decimal): -12047097 or 470344. OLE color: 470344.

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

Color convert

RGB72457-
CMYK00.380.900.72
HSL35.08º82.28%15.49%-
HSV(B)35.08º90.28%28.24%-
XYZ3.653.270.64-
YUV48.74104.45144.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 45 (17.97% from 255) = 36.29%
BLUE value IS 7 (3.12% from 255) = 5.65%
R=58.06%
G=36.29%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7245700.380.900.7235.0882.2815.49
Hex482D70265A482352f
Octal1105570461321104312217
Binary100100010110111101001101011010100100010001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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