#482F04

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

Shades of Clinker #482F04

Tints of Clinker #482F04

Color information

#482F04 (or 0x482F04) is unknown color: approx Clinker. HEX triplet: 48, 2F and 04. RGB value is (72,47,4). Sum of RGB (Red+Green+Blue) = 72+47+4=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #482F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F04 is #B7D0FB. Grayscale: #313131. Windows color (decimal): -12046588 or 274248. OLE color: 274248.

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

Color convert

RGB72474-
CMYK00.350.940.72
HSL37.94º89.47%14.9%-
HSV(B)37.94º94.44%28.24%-
XYZ3.713.420.58-
YUV49.57102.28144-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 47 (18.75% from 255) = 38.21%
BLUE value IS 4 (1.95% from 255) = 3.25%
R=58.54%
G=38.21%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7247400.350.940.7237.9489.4714.9
Hex482F40235E482659f
Octal1105740431361104613117
Binary100100010111110001000111011110100100010011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,47,4); }

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

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

 a { background-color: rgb(72,47,4); }

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

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

 span { border-color: rgb(72,47,4); }

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