#462D0D

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

Shades of Clinker #462D0D

Tints of Clinker #462D0D

Color information

#462D0D (or 0x462D0D) is unknown color: approx Clinker. HEX triplet: 46, 2D and 0D. RGB value is (70,45,13). Sum of RGB (Red+Green+Blue) = 70+45+13=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #462D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462D0D is #B9D2F2. Grayscale: #303030. Windows color (decimal): -12178163 or 863558. OLE color: 863558.

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

Color convert

RGB704513-
CMYK00.360.810.73
HSL33.68º68.67%16.27%-
HSV(B)33.68º81.43%27.45%-
XYZ3.543.210.81-
YUV48.83107.78143.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 45 (17.97% from 255) = 35.16%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=54.69%
G=35.16%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70451300.360.810.7333.6868.6716.27
Hex462DD0245149224510
Octal10655150441211114210520
Binary10001101011011101010010010100011001001100010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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