#463312

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

Shades of Clinker #463312

Tints of Clinker #463312

Color information

#463312 (or 0x463312) is unknown color: approx Clinker. HEX triplet: 46, 33 and 12. RGB value is (70,51,18). Sum of RGB (Red+Green+Blue) = 70+51+18=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #463312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463312 is #B9CCED. Grayscale: #353535. Windows color (decimal): -12176622 or 1192774. OLE color: 1192774.

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

Color convert

RGB705118-
CMYK00.270.740.73
HSL38.08º59.09%17.25%-
HSV(B)38.08º74.29%27.45%-
XYZ3.823.711.09-
YUV52.92108.29140.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=50.36%
G=36.69%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70511800.270.740.7338.0859.0917.25
Hex46331201B4A49263b11
Octal1066322033112111467321
Binary1000110110011100100110111001010100100110011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463312; }

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

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

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

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

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

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

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

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