#483004

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

Shades of Clinker #483004

Tints of Clinker #483004

Color information

#483004 (or 0x483004) is unknown color: approx Clinker. HEX triplet: 48, 30 and 04. RGB value is (72,48,4). Sum of RGB (Red+Green+Blue) = 72+48+4=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #483004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483004 is #B7CFFB. Grayscale: #323232. Windows color (decimal): -12046332 or 274504. OLE color: 274504.

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

Color convert

RGB72484-
CMYK00.330.940.72
HSL38.82º89.47%14.9%-
HSV(B)38.82º94.44%28.24%-
XYZ3.753.50.59-
YUV50.16101.95143.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 48 (19.14% from 255) = 38.71%
BLUE value IS 4 (1.95% from 255) = 3.23%
R=58.06%
G=38.71%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7248400.330.940.7238.8289.4714.9
Hex483040215E482759f
Octal1106040411361104713117
Binary100100011000010001000011011110100100010011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483004; }

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

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

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

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

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

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

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

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