Html Css Color HEX #422E0E Mikado

📋 copy color: '#422E0E'

red 66 ◦ green 46 ◦ blue 14

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

Shades of Mikado #422E0E

Tints of Mikado #422E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.11%

R = 52.38%
G = 36.51%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#422E0E (or 0x422E0E) is known color: Mikado. HEX triplet: 42, 2E and 0E. RGB value is (66,46,14). Sum of RGB (Red+Green+Blue) = 66+46+14=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #422E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E0E is #BDD1F1. Grayscale: #303030. Windows color (decimal): -12440050 or 929346. OLE color: 929346.

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

Color convert

RGB 66 46 14 -
CMYK 0 0.30 0.79 0.74
HSL 36.92º 0.65% 0.16% -
HSV(B) 36.92º 0.79% 0.26% -
XYZ 3.3 3.14 0.85 -
YUV 48.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 66 46 14 0 0.30 0.79 0.74 36.92 0.65 0.16
Hex 42 2E E 0 1E 4F 4A 25 41 10
Octal 102 56 16 0 36 117 112 45 101 20
Binary 1000010 101110 1110 0 11110 1001111 1001010 100101 1000001 10000

Color Harmonies of #422E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E0E

Black with #422E0E

Text Example


Text Example

White with #422E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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