#483620

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

Shades of Clinker #483620

Tints of Clinker #483620

Color information

#483620 (or 0x483620) is unknown color: approx Clinker. HEX triplet: 48, 36 and 20. RGB value is (72,54,32). Sum of RGB (Red+Green+Blue) = 72+54+32=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #483620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483620 is #B7C9DF. Grayscale: #383838. Windows color (decimal): -12044768 or 2111048. OLE color: 2111048.

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

Color convert

RGB725432-
CMYK00.250.560.72
HSL33º38.46%20.39%-
HSV(B)33º55.56%28.24%-
XYZ4.254.121.94-
YUV56.87113.96138.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=45.57%
G=34.18%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72543200.250.560.723338.4620.39
Hex4836200193848212614
Octal110664003170110414624
Binary1001000110110100000011001111000100100010000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483620; }

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

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

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

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

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

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

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

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