#463724

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

Shades of Clinker #463724

Tints of Clinker #463724

Color information

#463724 (or 0x463724) is unknown color: approx Clinker. HEX triplet: 46, 37 and 24. RGB value is (70,55,36). Sum of RGB (Red+Green+Blue) = 70+55+36=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463724 is #B9C8DB. Grayscale: #393939. Windows color (decimal): -12175580 or 2373446. OLE color: 2373446.

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

Color convert

RGB705536-
CMYK00.210.490.73
HSL33.53º32.08%20.78%-
HSV(B)33.53º48.57%27.45%-
XYZ4.214.162.25-
YUV57.32115.97137.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=43.48%
G=34.16%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70553600.210.490.7333.5332.0820.78
Hex4637240153149222015
Octal106674402561111424025
Binary1000110110111100100010101110001100100110001010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463724; }

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

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

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

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

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

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

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

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