#462E15

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

Shades of Clinker #462E15

Tints of Clinker #462E15

Color information

#462E15 (or 0x462E15) is unknown color: approx Clinker. HEX triplet: 46, 2E and 15. RGB value is (70,46,21). Sum of RGB (Red+Green+Blue) = 70+46+21=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #462E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E15 is #B9D1EA. Grayscale: #323232. Windows color (decimal): -12177899 or 1388102. OLE color: 1388102.

HSL color Cylindrical-coordinate representation of color #462E15: hue angle of 30.61º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462E15 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB704621-
CMYK00.340.700.73
HSL30.61º53.85%17.84%-
HSV(B)30.61º70%27.45%-
XYZ3.643.311.16-
YUV50.33111.45142.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=51.09%
G=33.58%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70462100.340.700.7330.6153.8517.84
Hex462E1502246491f3612
Octal1065625042106111376622
Binary1000110101110101010100010100011010010011111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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