#483006

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

Shades of Clinker #483006

Tints of Clinker #483006

Color information

#483006 (or 0x483006) is unknown color: approx Clinker. HEX triplet: 48, 30 and 06. RGB value is (72,48,6). Sum of RGB (Red+Green+Blue) = 72+48+6=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #483006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483006 is #B7CFF9. Grayscale: #323232. Windows color (decimal): -12046330 or 405576. OLE color: 405576.

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

Color convert

RGB72486-
CMYK00.330.920.72
HSL38.18º84.62%15.29%-
HSV(B)38.18º91.67%28.24%-
XYZ3.763.50.65-
YUV50.39102.95143.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=57.14%
G=38.10%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7248600.330.920.7238.1884.6215.29
Hex483060215C482655f
Octal1106060411341104612517
Binary100100011000011001000011011100100100010011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483006; }

 p { color: rgb(72,48,6); }

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

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

 a { background-color: rgb(72,48,6); }

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

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

 span { border-color: rgb(72,48,6); }

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