Html Css Color HEX #422C01 Mikado

📋 copy color: '#422C01'

red 66 ◦ green 44 ◦ blue 1

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

Shades of Mikado #422C01

Tints of Mikado #422C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 39.64%

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

R = 59.46%
G = 39.64%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#422C01 (or 0x422C01) is known color: Mikado. HEX triplet: 42, 2C and 01. RGB value is (66,44,1). Sum of RGB (Red+Green+Blue) = 66+44+1=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #422C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C01 is #BDD3FE. Grayscale: #2D2D2D. Windows color (decimal): -12440575 or 76866. OLE color: 76866.

HSL color Cylindrical-coordinate representation of color #422C01: hue angle of 39.69º 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 #422C01 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 44 1 -
CMYK 0 0.33 0.98 0.74
HSL 39.69º 0.97% 0.13% -
HSV(B) 39.69º 0.98% 0.26% -
XYZ 3.15 2.96 0.43 -
YUV 45.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 66 44 1 0 0.33 0.98 0.74 39.69 0.97 0.13
Hex 42 2C 1 0 21 62 4A 28 61 D
Octal 102 54 1 0 41 142 112 50 141 15
Binary 1000010 101100 1 0 100001 1100010 1001010 101000 1100001 1101

Color Harmonies of #422C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C01

Black with #422C01

Text Example


Text Example

White with #422C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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