#483920

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

Shades of Clinker #483920

Tints of Clinker #483920

Color information

#483920 (or 0x483920) is unknown color: approx Clinker. HEX triplet: 48, 39 and 20. RGB value is (72,57,32). Sum of RGB (Red+Green+Blue) = 72+57+32=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483920 is #B7C6DF. Grayscale: #3A3A3A. Windows color (decimal): -12044000 or 2111816. OLE color: 2111816.

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

Color convert

RGB725732-
CMYK00.210.560.72
HSL37.5º38.46%20.39%-
HSV(B)37.5º55.56%28.24%-
XYZ4.44.411.99-
YUV58.64112.97137.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=44.72%
G=35.40%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72573200.210.560.7237.538.4620.39
Hex4839200153848252614
Octal110714002570110454624
Binary1001000111001100000010101111000100100010010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483920; }

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

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

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

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

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

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

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

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