#462F14

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

Shades of Clinker #462F14

Tints of Clinker #462F14

Color information

#462F14 (or 0x462F14) is unknown color: approx Clinker. HEX triplet: 46, 2F and 14. RGB value is (70,47,20). Sum of RGB (Red+Green+Blue) = 70+47+20=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #462F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F14 is #B9D0EB. Grayscale: #323232. Windows color (decimal): -12177644 or 1322822. OLE color: 1322822.

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

Color convert

RGB704720-
CMYK00.330.710.73
HSL32.4º55.56%17.65%-
HSV(B)32.4º71.43%27.45%-
XYZ3.673.391.12-
YUV50.8110.62141.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=51.09%
G=34.31%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70472000.330.710.7332.455.5617.65
Hex462F140214749203812
Octal1065724041107111407022
Binary10001101011111010001000011000111100100110000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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