#463518

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

Shades of Clinker #463518

Tints of Clinker #463518

Color information

#463518 (or 0x463518) is unknown color: approx Clinker. HEX triplet: 46, 35 and 18. RGB value is (70,53,24). Sum of RGB (Red+Green+Blue) = 70+53+24=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #463518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463518 is #B9CAE7. Grayscale: #363636. Windows color (decimal): -12176104 or 1586502. OLE color: 1586502.

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

Color convert

RGB705324-
CMYK00.240.660.73
HSL37.83º48.94%18.43%-
HSV(B)37.83º65.71%27.45%-
XYZ3.963.911.41-
YUV54.78110.63138.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=47.62%
G=36.05%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70532400.240.660.7337.8348.9418.43
Hex4635180184249263112
Octal1066530030102111466122
Binary1000110110101110000110001000010100100110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463518; }

 p { color: rgb(70,53,24); }

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

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

 a { background-color: rgb(70,53,24); }

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

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

 span { border-color: rgb(70,53,24); }

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