#462C01

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

Shades of Clinker #462C01

Tints of Clinker #462C01

Color information

#462C01 (or 0x462C01) is unknown color: approx Clinker. HEX triplet: 46, 2C and 01. RGB value is (70,44,1). Sum of RGB (Red+Green+Blue) = 70+44+1=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #462C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C01 is #B9D3FE. Grayscale: #2F2F2F. Windows color (decimal): -12178431 or 76870. OLE color: 76870.

HSL color Cylindrical-coordinate representation of color #462C01: hue angle of 37.39º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #462C01 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB70441-
CMYK00.370.990.73
HSL37.39º97.18%13.92%-
HSV(B)37.39º98.57%27.45%-
XYZ3.433.110.45-
YUV46.87102.11144.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=60.87%
G=38.26%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7044100.370.990.7337.3997.1813.92
Hex462C102563492561e
Octal1065410451431114514116
Binary1000110101100101001011100011100100110010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,44,1); }

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

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

 a { background-color: rgb(70,44,1); }

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

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

 span { border-color: rgb(70,44,1); }

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