#463418

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

Shades of Clinker #463418

Tints of Clinker #463418

Color information

#463418 (or 0x463418) is unknown color: approx Clinker. HEX triplet: 46, 34 and 18. RGB value is (70,52,24). Sum of RGB (Red+Green+Blue) = 70+52+24=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463418 is #B9CBE7. Grayscale: #363636. Windows color (decimal): -12176360 or 1586246. OLE color: 1586246.

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

Color convert

RGB705224-
CMYK00.260.660.73
HSL36.52º48.94%18.43%-
HSV(B)36.52º65.71%27.45%-
XYZ3.923.821.4-
YUV54.19110.96139.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 24 (9.77% from 255) = 16.44%
R=47.95%
G=35.62%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70522400.260.660.7336.5248.9418.43
Hex46341801A4249253112
Octal1066430032102111456122
Binary1000110110100110000110101000010100100110010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463418; }

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

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

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

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

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

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

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

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