#483621

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

Shades of Clinker #483621

Tints of Clinker #483621

Color information

#483621 (or 0x483621) is unknown color: approx Clinker. HEX triplet: 48, 36 and 21. RGB value is (72,54,33). Sum of RGB (Red+Green+Blue) = 72+54+33=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #483621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483621 is #B7C9DE. Grayscale: #393939. Windows color (decimal): -12044767 or 2176584. OLE color: 2176584.

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

Color convert

RGB725433-
CMYK00.250.540.72
HSL32.31º37.14%20.59%-
HSV(B)32.31º54.17%28.24%-
XYZ4.274.132.01-
YUV56.99114.46138.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=45.28%
G=33.96%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72543300.250.540.7232.3137.1420.59
Hex4836210193648202515
Octal110664103166110404525
Binary1001000110110100001011001110110100100010000010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483621; }

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

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

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

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

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

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

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

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