Html Css Color HEX #422D07 Mikado

📋 copy color: '#422D07'

red 66 ◦ green 45 ◦ blue 7

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

Shades of Mikado #422D07

Tints of Mikado #422D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.93%

R = 55.93%
G = 38.14%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#422D07 (or 0x422D07) is known color: Mikado. HEX triplet: 42, 2D and 07. RGB value is (66,45,7). Sum of RGB (Red+Green+Blue) = 66+45+7=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #422D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D07 is #BDD2F8. Grayscale: #2F2F2F. Windows color (decimal): -12440313 or 470338. OLE color: 470338.

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

Color convert

RGB 66 45 7 -
CMYK 0 0.32 0.89 0.74
HSL 38.64º 0.81% 0.14% -
HSV(B) 38.64º 0.89% 0.26% -
XYZ 3.22 3.05 0.62 -
YUV 46.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 66 45 7 0 0.32 0.89 0.74 38.64 0.81 0.14
Hex 42 2D 7 0 20 59 4A 27 51 E
Octal 102 55 7 0 40 131 112 47 121 16
Binary 1000010 101101 111 0 100000 1011001 1001010 100111 1010001 1110

Color Harmonies of #422D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D07

Black with #422D07

Text Example


Text Example

White with #422D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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