#463415

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

Shades of Clinker #463415

Tints of Clinker #463415

Color information

#463415 (or 0x463415) is unknown color: approx Clinker. HEX triplet: 46, 34 and 15. RGB value is (70,52,21). Sum of RGB (Red+Green+Blue) = 70+52+21=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #463415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463415 is #B9CBEA. Grayscale: #353535. Windows color (decimal): -12176363 or 1389638. OLE color: 1389638.

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

Color convert

RGB705221-
CMYK00.260.700.73
HSL37.96º53.85%17.84%-
HSV(B)37.96º70%27.45%-
XYZ3.893.811.24-
YUV53.85109.46139.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=48.95%
G=36.36%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70522100.260.700.7337.9653.8517.84
Hex46341501A4649263612
Octal1066425032106111466622
Binary1000110110100101010110101000110100100110011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463415; }

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

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

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

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

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

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

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

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