Html Css Color HEX #422E09 Mikado

📋 copy color: '#422E09'

red 66 ◦ green 46 ◦ blue 9

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

Shades of Mikado #422E09

Tints of Mikado #422E09

RGB

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

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

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

R = 54.55%
G = 38.02%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#422E09 (or 0x422E09) is known color: Mikado. HEX triplet: 42, 2E and 09. RGB value is (66,46,9). Sum of RGB (Red+Green+Blue) = 66+46+9=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E09 is #BDD1F6. Grayscale: #2F2F2F. Windows color (decimal): -12440055 or 601666. OLE color: 601666.

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

Color convert

RGB 66 46 9 -
CMYK 0 0.30 0.86 0.74
HSL 38.95º 0.76% 0.15% -
HSV(B) 38.95º 0.86% 0.26% -
XYZ 3.27 3.13 0.69 -
YUV 47.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 66 46 9 0 0.30 0.86 0.74 38.95 0.76 0.15
Hex 42 2E 9 0 1E 56 4A 27 4C F
Octal 102 56 11 0 36 126 112 47 114 17
Binary 1000010 101110 1001 0 11110 1010110 1001010 100111 1001100 1111

Color Harmonies of #422E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E09

Black with #422E09

Text Example


Text Example

White with #422E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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