#462F09

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

Shades of Clinker #462F09

Tints of Clinker #462F09

Color information

#462F09 (or 0x462F09) is unknown color: approx Clinker. HEX triplet: 46, 2F and 09. RGB value is (70,47,9). Sum of RGB (Red+Green+Blue) = 70+47+9=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #462F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F09 is #B9D0F6. Grayscale: #313131. Windows color (decimal): -12177655 or 601926. OLE color: 601926.

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

Color convert

RGB70479-
CMYK00.330.870.73
HSL37.38º77.22%15.49%-
HSV(B)37.38º87.14%27.45%-
XYZ3.593.350.72-
YUV49.54105.12142.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=55.56%
G=37.30%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7047900.330.870.7337.3877.2215.49
Hex462F90215749254df
Octal10657110411271114511517
Binary1000110101111100101000011010111100100110010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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