#463416

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

Shades of Clinker #463416

Tints of Clinker #463416

Color information

#463416 (or 0x463416) is unknown color: approx Clinker. HEX triplet: 46, 34 and 16. RGB value is (70,52,22). Sum of RGB (Red+Green+Blue) = 70+52+22=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463416 is #B9CBE9. Grayscale: #363636. Windows color (decimal): -12176362 or 1455174. OLE color: 1455174.

HSL color Cylindrical-coordinate representation of color #463416: hue angle of 37.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463416 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB705222-
CMYK00.260.690.73
HSL37.5º52.17%18.04%-
HSV(B)37.5º68.57%27.45%-
XYZ3.93.821.29-
YUV53.96109.96139.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=48.61%
G=36.11%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70522200.260.690.7337.552.1718.04
Hex46341601A4549263412
Octal1066426032105111466422
Binary1000110110100101100110101000101100100110011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463416; }

 p { color: rgb(70,52,22); }

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

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

 a { background-color: rgb(70,52,22); }

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

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

 span { border-color: rgb(70,52,22); }

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