#463727

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

Shades of Clinker #463727

Tints of Clinker #463727

Color information

#463727 (or 0x463727) is unknown color: approx Clinker. HEX triplet: 46, 37 and 27. RGB value is (70,55,39). Sum of RGB (Red+Green+Blue) = 70+55+39=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463727 is #B9C8D8. Grayscale: #393939. Windows color (decimal): -12175577 or 2570054. OLE color: 2570054.

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

Color convert

RGB705539-
CMYK00.210.440.73
HSL30.97º28.44%21.37%-
HSV(B)30.97º44.29%27.45%-
XYZ4.264.182.5-
YUV57.66117.47136.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=42.68%
G=33.54%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70553900.210.440.7330.9728.4421.37
Hex4637270152C491f1c15
Octal106674702554111373425
Binary10001101101111001110101011011001001001111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463727; }

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

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

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

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

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

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

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

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