#463927

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

Shades of Clinker #463927

Tints of Clinker #463927

Color information

#463927 (or 0x463927) is unknown color: approx Clinker. HEX triplet: 46, 39 and 27. RGB value is (70,57,39). Sum of RGB (Red+Green+Blue) = 70+57+39=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #463927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463927 is #B9C6D8. Grayscale: #3A3A3A. Windows color (decimal): -12175065 or 2570566. OLE color: 2570566.

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

Color convert

RGB705739-
CMYK00.190.440.73
HSL34.84º28.44%21.37%-
HSV(B)34.84º44.29%27.45%-
XYZ4.364.372.53-
YUV58.83116.81135.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 39 (15.62% from 255) = 23.49%
R=42.17%
G=34.34%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70573900.190.440.7334.8428.4421.37
Hex4639270132C49231c15
Octal106714702354111433425
Binary100011011100110011101001110110010010011000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463927; }

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

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

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

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

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

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

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

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