#483118

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

Shades of Clinker #483118

Tints of Clinker #483118

Color information

#483118 (or 0x483118) is unknown color: approx Clinker. HEX triplet: 48, 31 and 18. RGB value is (72,49,24). Sum of RGB (Red+Green+Blue) = 72+49+24=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483118 is #B7CEE7. Grayscale: #353535. Windows color (decimal): -12046056 or 1585480. OLE color: 1585480.

HSL color Cylindrical-coordinate representation of color #483118: hue angle of 31.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #483118 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB724924-
CMYK00.320.670.72
HSL31.25º50%18.82%-
HSV(B)31.25º66.67%28.24%-
XYZ3.943.641.36-
YUV53.03111.62141.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=49.66%
G=33.79%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72492400.320.670.7231.255018.82
Hex48311802043481f3213
Octal1106130040103110376223
Binary1001000110001110000100000100001110010001111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483118; }

 p { color: rgb(72,49,24); }

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

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

 a { background-color: rgb(72,49,24); }

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

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

 span { border-color: rgb(72,49,24); }

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