Html Css Color HEX #422C05 Mikado

📋 copy color: '#422C05'

red 66 ◦ green 44 ◦ blue 5

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

Shades of Mikado #422C05

Tints of Mikado #422C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.35%

R = 57.39%
G = 38.26%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#422C05 (or 0x422C05) is known color: Mikado. HEX triplet: 42, 2C and 05. RGB value is (66,44,5). Sum of RGB (Red+Green+Blue) = 66+44+5=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #422C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C05 is #BDD3FA. Grayscale: #2E2E2E. Windows color (decimal): -12440571 or 339010. OLE color: 339010.

HSL color Cylindrical-coordinate representation of color #422C05: hue angle of 38.36º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #422C05 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 44 5 -
CMYK 0 0.33 0.92 0.74
HSL 38.36º 0.86% 0.14% -
HSV(B) 38.36º 0.92% 0.26% -
XYZ 3.17 2.97 0.55 -
YUV 46.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 66 44 5 0 0.33 0.92 0.74 38.36 0.86 0.14
Hex 42 2C 5 0 21 5C 4A 26 56 E
Octal 102 54 5 0 41 134 112 46 126 16
Binary 1000010 101100 101 0 100001 1011100 1001010 100110 1010110 1110

Color Harmonies of #422C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C05

Black with #422C05

Text Example


Text Example

White with #422C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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