#462F08

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

Shades of Clinker #462F08

Tints of Clinker #462F08

Color information

#462F08 (or 0x462F08) is unknown color: approx Clinker. HEX triplet: 46, 2F and 08. RGB value is (70,47,8). Sum of RGB (Red+Green+Blue) = 70+47+8=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #462F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F08 is #B9D0F7. Grayscale: #313131. Windows color (decimal): -12177656 or 536390. OLE color: 536390.

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

Color convert

RGB70478-
CMYK00.330.890.73
HSL37.74º79.49%15.29%-
HSV(B)37.74º88.57%27.45%-
XYZ3.593.350.69-
YUV49.43104.62142.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=56%
G=37.6%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7047800.330.890.7337.7479.4915.29
Hex462F80215949264ff
Octal10657100411311114611717
Binary1000110101111100001000011011001100100110011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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