#482F03

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

Shades of Clinker #482F03

Tints of Clinker #482F03

Color information

#482F03 (or 0x482F03) is unknown color: approx Clinker. HEX triplet: 48, 2F and 03. RGB value is (72,47,3). Sum of RGB (Red+Green+Blue) = 72+47+3=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #482F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F03 is #B7D0FC. Grayscale: #313131. Windows color (decimal): -12046589 or 208712. OLE color: 208712.

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

Color convert

RGB72473-
CMYK00.350.960.72
HSL38.26º92%14.71%-
HSV(B)38.26º95.83%28.24%-
XYZ3.713.420.55-
YUV49.46101.78144.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 47 (18.75% from 255) = 38.52%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=59.02%
G=38.52%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7247300.350.960.7238.269214.71
Hex482F30236048265cf
Octal1105730431401104613417
Binary10010001011111101000111100000100100010011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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