#463212

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

Shades of Clinker #463212

Tints of Clinker #463212

Color information

#463212 (or 0x463212) is unknown color: approx Clinker. HEX triplet: 46, 32 and 12. RGB value is (70,50,18). Sum of RGB (Red+Green+Blue) = 70+50+18=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #463212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463212 is #B9CDED. Grayscale: #343434. Windows color (decimal): -12176878 or 1192518. OLE color: 1192518.

HSL color Cylindrical-coordinate representation of color #463212: hue angle of 36.92º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #463212 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB705018-
CMYK00.290.740.73
HSL36.92º59.09%17.25%-
HSV(B)36.92º74.29%27.45%-
XYZ3.783.631.07-
YUV52.33108.63140.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=50.72%
G=36.23%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70501800.290.740.7336.9259.0917.25
Hex46321201D4A49253b11
Octal1066222035112111457321
Binary1000110110010100100111011001010100100110010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463212; }

 p { color: rgb(70,50,18); }

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

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

 a { background-color: rgb(70,50,18); }

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

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

 span { border-color: rgb(70,50,18); }

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