#462E12

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

Shades of Clinker #462E12

Tints of Clinker #462E12

Color information

#462E12 (or 0x462E12) is unknown color: approx Clinker. HEX triplet: 46, 2E and 12. RGB value is (70,46,18). Sum of RGB (Red+Green+Blue) = 70+46+18=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #462E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E12 is #B9D1ED. Grayscale: #323232. Windows color (decimal): -12177902 or 1191494. OLE color: 1191494.

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

Color convert

RGB704618-
CMYK00.340.740.73
HSL32.31º59.09%17.25%-
HSV(B)32.31º74.29%27.45%-
XYZ3.613.31.02-
YUV49.98109.95142.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=52.24%
G=34.33%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70461800.340.740.7332.3159.0917.25
Hex462E120224A49203b11
Octal1065622042112111407321
Binary10001101011101001001000101001010100100110000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462E12; }

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

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

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

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

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

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

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

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