Html Css Color HEX #422C09 Mikado

📋 copy color: '#422C09'

red 66 ◦ green 44 ◦ blue 9

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

Shades of Mikado #422C09

Tints of Mikado #422C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.56%

R = 55.46%
G = 36.97%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#422C09 (or 0x422C09) is known color: Mikado. HEX triplet: 42, 2C and 09. RGB value is (66,44,9). Sum of RGB (Red+Green+Blue) = 66+44+9=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #422C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C09 is #BDD3F6. Grayscale: #2E2E2E. Windows color (decimal): -12440567 or 601154. OLE color: 601154.

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

Color convert

RGB 66 44 9 -
CMYK 0 0.33 0.86 0.74
HSL 36.84º 0.76% 0.15% -
HSV(B) 36.84º 0.86% 0.26% -
XYZ 3.2 2.98 0.67 -
YUV 46.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 66 44 9 0 0.33 0.86 0.74 36.84 0.76 0.15
Hex 42 2C 9 0 21 56 4A 25 4C F
Octal 102 54 11 0 41 126 112 45 114 17
Binary 1000010 101100 1001 0 100001 1010110 1001010 100101 1001100 1111

Color Harmonies of #422C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C09

Black with #422C09

Text Example


Text Example

White with #422C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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