#482F0F

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

Shades of Clinker #482F0F

Tints of Clinker #482F0F

Color information

#482F0F (or 0x482F0F) is unknown color: approx Clinker. HEX triplet: 48, 2F and 0F. RGB value is (72,47,15). Sum of RGB (Red+Green+Blue) = 72+47+15=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F0F is #B7D0F0. Grayscale: #323232. Windows color (decimal): -12046577 or 995144. OLE color: 995144.

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

Color convert

RGB724715-
CMYK00.350.790.72
HSL33.68º65.52%17.06%-
HSV(B)33.68º79.17%28.24%-
XYZ3.783.450.92-
YUV50.83107.78143.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=53.73%
G=35.07%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72471500.350.790.7233.6865.5217.06
Hex482FF0234F48224211
Octal11057170431171104210221
Binary10010001011111111010001110011111001000100010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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