#483418

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

Shades of Clinker #483418

Tints of Clinker #483418

Color information

#483418 (or 0x483418) is unknown color: approx Clinker. HEX triplet: 48, 34 and 18. RGB value is (72,52,24). Sum of RGB (Red+Green+Blue) = 72+52+24=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #483418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483418 is #B7CBE7. Grayscale: #363636. Windows color (decimal): -12045288 or 1586248. OLE color: 1586248.

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

Color convert

RGB725224-
CMYK00.280.670.72
HSL35º50%18.82%-
HSV(B)35º66.67%28.24%-
XYZ4.073.91.4-
YUV54.79110.63140.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=48.65%
G=35.14%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72522400.280.670.72355018.82
Hex48341801C4348233213
Octal1106430034103110436223
Binary1001000110100110000111001000011100100010001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483418; }

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

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

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

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

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

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

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

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