#462F11

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

Shades of Clinker #462F11

Tints of Clinker #462F11

Color information

#462F11 (or 0x462F11) is unknown color: approx Clinker. HEX triplet: 46, 2F and 11. RGB value is (70,47,17). Sum of RGB (Red+Green+Blue) = 70+47+17=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #462F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F11 is #B9D0EE. Grayscale: #323232. Windows color (decimal): -12177647 or 1126214. OLE color: 1126214.

HSL color Cylindrical-coordinate representation of color #462F11: hue angle of 33.96º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462F11 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB704717-
CMYK00.330.760.73
HSL33.96º60.92%17.06%-
HSV(B)33.96º75.71%27.45%-
XYZ3.643.380.99-
YUV50.46109.12141.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=52.24%
G=35.07%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70471700.330.760.7333.9660.9217.06
Hex462F110214C49223d11
Octal1065721041114111427521
Binary10001101011111000101000011001100100100110001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,47,17); }

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

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

 a { background-color: rgb(70,47,17); }

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

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

 span { border-color: rgb(70,47,17); }

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