#462D05

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

Shades of Clinker #462D05

Tints of Clinker #462D05

Color information

#462D05 (or 0x462D05) is unknown color: approx Clinker. HEX triplet: 46, 2D and 05. RGB value is (70,45,5). Sum of RGB (Red+Green+Blue) = 70+45+5=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #462D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462D05 is #B9D2FA. Grayscale: #303030. Windows color (decimal): -12178171 or 339270. OLE color: 339270.

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

Color convert

RGB70455-
CMYK00.360.930.73
HSL36.92º86.67%14.71%-
HSV(B)36.92º92.86%27.45%-
XYZ3.493.190.58-
YUV47.92103.78143.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 45 (17.97% from 255) = 37.5%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=58.33%
G=37.5%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7045500.360.930.7336.9286.6714.71
Hex462D50245D492557f
Octal1065550441351114512717
Binary100011010110110101001001011101100100110010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,45,5); }

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

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

 a { background-color: rgb(70,45,5); }

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

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

 span { border-color: rgb(70,45,5); }

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