#482F13

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

Shades of Clinker #482F13

Tints of Clinker #482F13

Color information

#482F13 (or 0x482F13) is unknown color: approx Clinker. HEX triplet: 48, 2F and 13. RGB value is (72,47,19). Sum of RGB (Red+Green+Blue) = 72+47+19=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #482F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F13 is #B7D0EC. Grayscale: #333333. Windows color (decimal): -12046573 or 1257288. OLE color: 1257288.

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

Color convert

RGB724719-
CMYK00.350.740.72
HSL31.7º58.24%17.84%-
HSV(B)31.7º73.61%28.24%-
XYZ3.813.461.08-
YUV51.28109.78142.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=52.17%
G=34.06%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72471900.350.740.7231.758.2417.84
Hex482F130234A48203a12
Octal1105723043112110407222
Binary10010001011111001101000111001010100100010000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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