Html Css Color HEX #422D09 Mikado

📋 copy color: '#422D09'

red 66 ◦ green 45 ◦ blue 9

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

Shades of Mikado #422D09

Tints of Mikado #422D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 37.5%

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

R = 55%
G = 37.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#422D09 (or 0x422D09) is known color: Mikado. HEX triplet: 42, 2D and 09. RGB value is (66,45,9). Sum of RGB (Red+Green+Blue) = 66+45+9=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #422D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D09 is #BDD2F6. Grayscale: #2F2F2F. Windows color (decimal): -12440311 or 601410. OLE color: 601410.

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

Color convert

RGB 66 45 9 -
CMYK 0 0.32 0.86 0.74
HSL 37.89º 0.76% 0.15% -
HSV(B) 37.89º 0.86% 0.26% -
XYZ 3.23 3.05 0.68 -
YUV 47.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 66 45 9 0 0.32 0.86 0.74 37.89 0.76 0.15
Hex 42 2D 9 0 20 56 4A 26 4C F
Octal 102 55 11 0 40 126 112 46 114 17
Binary 1000010 101101 1001 0 100000 1010110 1001010 100110 1001100 1111

Color Harmonies of #422D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D09

Black with #422D09

Text Example


Text Example

White with #422D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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