#482F14

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

Shades of Clinker #482F14

Tints of Clinker #482F14

Color information

#482F14 (or 0x482F14) is unknown color: approx Clinker. HEX triplet: 48, 2F and 14. RGB value is (72,47,20). Sum of RGB (Red+Green+Blue) = 72+47+20=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #482F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F14 is #B7D0EB. Grayscale: #333333. Windows color (decimal): -12046572 or 1322824. OLE color: 1322824.

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

Color convert

RGB724720-
CMYK00.350.720.72
HSL31.15º56.52%18.04%-
HSV(B)31.15º72.22%28.24%-
XYZ3.823.461.13-
YUV51.4110.28142.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=51.80%
G=33.81%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72472000.350.720.7231.1556.5218.04
Hex482F1402348481f3912
Octal1105724043110110377122
Binary1001000101111101000100011100100010010001111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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