Html Css Color HEX #422E04 Mikado

📋 copy color: '#422E04'

red 66 ◦ green 46 ◦ blue 4

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

Shades of Mikado #422E04

Tints of Mikado #422E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.45%

R = 56.9%
G = 39.66%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#422E04 (or 0x422E04) is known color: Mikado. HEX triplet: 42, 2E and 04. RGB value is (66,46,4). Sum of RGB (Red+Green+Blue) = 66+46+4=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #422E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E04 is #BDD1FB. Grayscale: #2F2F2F. Windows color (decimal): -12440060 or 273986. OLE color: 273986.

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

Color convert

RGB 66 46 4 -
CMYK 0 0.30 0.94 0.74
HSL 40.65º 0.89% 0.14% -
HSV(B) 40.65º 0.94% 0.26% -
XYZ 3.25 3.12 0.55 -
YUV 47.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 66 46 4 0 0.30 0.94 0.74 40.65 0.89 0.14
Hex 42 2E 4 0 1E 5E 4A 29 59 E
Octal 102 56 4 0 36 136 112 51 131 16
Binary 1000010 101110 100 0 11110 1011110 1001010 101001 1011001 1110

Color Harmonies of #422E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E04

Black with #422E04

Text Example


Text Example

White with #422E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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