#463318

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

Shades of Clinker #463318

Tints of Clinker #463318

Color information

#463318 (or 0x463318) is unknown color: approx Clinker. HEX triplet: 46, 33 and 18. RGB value is (70,51,24). Sum of RGB (Red+Green+Blue) = 70+51+24=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #463318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463318 is #B9CCE7. Grayscale: #353535. Windows color (decimal): -12176616 or 1585990. OLE color: 1585990.

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

Color convert

RGB705124-
CMYK00.270.660.73
HSL35.22º48.94%18.43%-
HSV(B)35.22º65.71%27.45%-
XYZ3.873.741.38-
YUV53.6111.29139.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=48.28%
G=35.17%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70512400.270.660.7335.2248.9418.43
Hex46331801B4249233112
Octal1066330033102111436122
Binary1000110110011110000110111000010100100110001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463318; }

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

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

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

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

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

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

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

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