#482F02

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

Shades of Clinker #482F02

Tints of Clinker #482F02

Color information

#482F02 (or 0x482F02) is unknown color: approx Clinker. HEX triplet: 48, 2F and 02. RGB value is (72,47,2). Sum of RGB (Red+Green+Blue) = 72+47+2=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #482F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F02 is #B7D0FD. Grayscale: #313131. Windows color (decimal): -12046590 or 143176. OLE color: 143176.

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

Color convert

RGB72472-
CMYK00.350.970.72
HSL38.57º94.59%14.51%-
HSV(B)38.57º97.22%28.24%-
XYZ3.73.420.52-
YUV49.34101.28144.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=59.50%
G=38.84%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7247200.350.970.7238.5794.5914.51
Hex482F20236148275ff
Octal1105720431411104713717
Binary10010001011111001000111100001100100010011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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