#483924

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

Shades of Clinker #483924

Tints of Clinker #483924

Color information

#483924 (or 0x483924) is unknown color: approx Clinker. HEX triplet: 48, 39 and 24. RGB value is (72,57,36). Sum of RGB (Red+Green+Blue) = 72+57+36=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #483924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483924 is #B7C6DB. Grayscale: #3B3B3B. Windows color (decimal): -12043996 or 2373960. OLE color: 2373960.

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

Color convert

RGB725736-
CMYK00.210.50.72
HSL35º33.33%21.18%-
HSV(B)35º50%28.24%-
XYZ4.454.432.29-
YUV59.09114.97137.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=43.64%
G=34.55%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72573600.210.50.723533.3321.18
Hex4839240153248232115
Octal110714402562110434125
Binary1001000111001100100010101110010100100010001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483924; }

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

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

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

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

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

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

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

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