Html Css Color HEX #462D01 Mikado

📋 copy color: '#462D01'

red 70 ◦ green 45 ◦ blue 1

#462D01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #462D01

Tints of Mikado #462D01

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 value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#462D01 (or 0x462D01) is known color: 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

RGB 70 45 1 -
CMYK 0 0.36 0.99 0.73
HSL 38.26º 0.97% 0.14% -
HSV(B) 38.26º 0.99% 0.27% -
XYZ 3.47 3.18 0.46 -
YUV 47.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 70 45 1 0 0.36 0.99 0.73 38.26 0.97 0.14
Hex 46 2D 1 0 24 63 49 26 61 E
Octal 106 55 1 0 44 143 111 46 141 16
Binary 1000110 101101 1 0 100100 1100011 1001001 100110 1100001 1110

Color Harmonies of #462D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D01

Black with #462D01

Text Example


Text Example

White with #462D01

Text Example


Text Example

HTML Codes & Css Web 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>