#483624

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

Shades of Clinker #483624

Tints of Clinker #483624

Color information

#483624 (or 0x483624) is unknown color: approx Clinker. HEX triplet: 48, 36 and 24. RGB value is (72,54,36). Sum of RGB (Red+Green+Blue) = 72+54+36=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483624 is #B7C9DB. Grayscale: #393939. Windows color (decimal): -12044764 or 2373192. OLE color: 2373192.

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

Color convert

RGB725436-
CMYK00.250.50.72
HSL30º33.33%21.18%-
HSV(B)30º50%28.24%-
XYZ4.314.142.24-
YUV57.33115.96138.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72543600.250.50.723033.3321.18
Hex48362401932481e2115
Octal110664403162110364125
Binary100100011011010010001100111001010010001111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483624; }

 p { color: rgb(72,54,36); }

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

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

 a { background-color: rgb(72,54,36); }

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

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

 span { border-color: rgb(72,54,36); }

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