#463924

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

Shades of Clinker #463924

Tints of Clinker #463924

Color information

#463924 (or 0x463924) is unknown color: approx Clinker. HEX triplet: 46, 39 and 24. RGB value is (70,57,36). Sum of RGB (Red+Green+Blue) = 70+57+36=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #463924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463924 is #B9C6DB. Grayscale: #3A3A3A. Windows color (decimal): -12175068 or 2373958. OLE color: 2373958.

HSL color Cylindrical-coordinate representation of color #463924: hue angle of 37.06º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463924 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB705736-
CMYK00.190.490.73
HSL37.06º32.08%20.78%-
HSV(B)37.06º48.57%27.45%-
XYZ4.314.362.28-
YUV58.49115.31136.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 36 (14.45% from 255) = 22.09%
R=42.94%
G=34.97%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70573600.190.490.7337.0632.0820.78
Hex4639240133149252015
Octal106714402361111454025
Binary1000110111001100100010011110001100100110010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463924; }

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

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

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

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

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

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

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

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