#462E09

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

Shades of Clinker #462E09

Tints of Clinker #462E09

Color information

#462E09 (or 0x462E09) is unknown color: approx Clinker. HEX triplet: 46, 2E and 09. RGB value is (70,46,9). Sum of RGB (Red+Green+Blue) = 70+46+9=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #462E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E09 is #B9D1F6. Grayscale: #313131. Windows color (decimal): -12177911 or 601670. OLE color: 601670.

HSL color Cylindrical-coordinate representation of color #462E09: hue angle of 36.39º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #462E09 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB70469-
CMYK00.340.870.73
HSL36.39º77.22%15.49%-
HSV(B)36.39º87.14%27.45%-
XYZ3.553.280.7-
YUV48.96105.45143.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 9 (3.91% from 255) = 7.2%
R=56%
G=36.8%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7046900.340.870.7336.3977.2215.49
Hex462E90225749244df
Octal10656110421271114411517
Binary1000110101110100101000101010111100100110010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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