#462E08

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

Shades of Clinker #462E08

Tints of Clinker #462E08

Color information

#462E08 (or 0x462E08) is unknown color: approx Clinker. HEX triplet: 46, 2E and 08. RGB value is (70,46,8). Sum of RGB (Red+Green+Blue) = 70+46+8=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #462E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E08 is #B9D1F7. Grayscale: #313131. Windows color (decimal): -12177912 or 536134. OLE color: 536134.

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

Color convert

RGB70468-
CMYK00.340.890.73
HSL36.77º79.49%15.29%-
HSV(B)36.77º88.57%27.45%-
XYZ3.553.270.67-
YUV48.84104.95143.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 8 (3.52% from 255) = 6.45%
R=56.45%
G=37.10%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7046800.340.890.7336.7779.4915.29
Hex462E80225949254ff
Octal10656100421311114511717
Binary1000110101110100001000101011001100100110010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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