#462D01

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

Shades of Mikado #462D01

Tints of Mikado #462D01

Color information

#462D01 (or 0x462D01) is unknown color: approx Mikado. HEX triplet: 46, 2D and 01. RGB value is (70,45,1). Sum of RGB (Red+Green+Blue) = 70+45+1=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #462D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462D01 is #B9D2FE. Grayscale: #2F2F2F. Windows color (decimal): -12178175 or 77126. OLE color: 77126.

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

Color convert

RGB70451-
CMYK00.360.990.73
HSL38.26º97.18%13.92%-
HSV(B)38.26º98.57%27.45%-
XYZ3.473.180.46-
YUV47.46101.78144.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.34%
GREEN value IS 45 (17.97% from 255) = 38.79%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=60.34%
G=38.79%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7045100.360.990.7338.2697.1813.92
Hex462D102463492661e
Octal1065510441431114614116
Binary1000110101101101001001100011100100110011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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