Html Css Color HEX #422E01 Mikado

📋 copy color: '#422E01'

red 66 ◦ green 46 ◦ blue 1

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

Shades of Mikado #422E01

Tints of Mikado #422E01

RGB

 RED value IS 66 (26.17% from 255) = 58.41%

 GREEN value IS 46 (18.36% from 255) = 40.71%

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 58.41%
G = 40.71%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#422E01 (or 0x422E01) is known color: Mikado. HEX triplet: 42, 2E and 01. RGB value is (66,46,1). Sum of RGB (Red+Green+Blue) = 66+46+1=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #422E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E01 is #BDD1FE. Grayscale: #2F2F2F. Windows color (decimal): -12440063 or 77378. OLE color: 77378.

HSL color Cylindrical-coordinate representation of color #422E01: hue angle of 41.54º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #422E01 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 46 1 -
CMYK 0 0.30 0.98 0.74
HSL 41.54º 0.97% 0.13% -
HSV(B) 41.54º 0.98% 0.26% -
XYZ 3.23 3.11 0.46 -
YUV 46.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 66 46 1 0 0.30 0.98 0.74 41.54 0.97 0.13
Hex 42 2E 1 0 1E 62 4A 2A 61 D
Octal 102 56 1 0 36 142 112 52 141 15
Binary 1000010 101110 1 0 11110 1100010 1001010 101010 1100001 1101

Color Harmonies of #422E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E01

Black with #422E01

Text Example


Text Example

White with #422E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422E01; }

 p { color: rgb(66,46,1); }

 H1.HeaderClassName
 {
   color: #422E01;
 }
 .AnyTagClassName
 {
   color: #422E01;
 }
</style>

background-color css

<style>
 a { background-color: #422E01; }

 a { background-color: rgb(66,46,1); }

 div.DivClassName
 {
   background-color: #422E01;
 }
 .BgClassName
 {
   background-color: #422E01;
 }
</style>

border-color css

<style>
 span { border-color: #422E01; }

 span { border-color: rgb(66,46,1); }

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