#483018

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

Shades of Clinker #483018

Tints of Clinker #483018

Color information

#483018 (or 0x483018) is unknown color: approx Clinker. HEX triplet: 48, 30 and 18. RGB value is (72,48,24). Sum of RGB (Red+Green+Blue) = 72+48+24=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483018 is #B7CFE7. Grayscale: #343434. Windows color (decimal): -12046312 or 1585224. OLE color: 1585224.

HSL color Cylindrical-coordinate representation of color #483018: hue angle of 30º 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 #483018 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB724824-
CMYK00.330.670.72
HSL30º50%18.82%-
HSV(B)30º66.67%28.24%-
XYZ3.893.561.35-
YUV52.44111.95141.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72482400.330.670.72305018.82
Hex48301802143481e3213
Octal1106030041103110366223
Binary1001000110000110000100001100001110010001111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483018; }

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

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

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

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

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

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

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

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