Html Css Color HEX #422F11 Mikado

📋 copy color: '#422F11'

red 66 ◦ green 47 ◦ blue 17

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

Shades of Mikado #422F11

Tints of Mikado #422F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.15%

 BLUE value IS 17 (7.03% from 255) = 13.08%

R = 50.77%
G = 36.15%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#422F11 (or 0x422F11) is known color: Mikado. HEX triplet: 42, 2F and 11. RGB value is (66,47,17). Sum of RGB (Red+Green+Blue) = 66+47+17=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #422F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422F11 is #BDD0EE. Grayscale: #313131. Windows color (decimal): -12439791 or 1126210. OLE color: 1126210.

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

Color convert

RGB 66 47 17 -
CMYK 0 0.29 0.74 0.74
HSL 36.73º 0.59% 0.16% -
HSV(B) 36.73º 0.74% 0.26% -
XYZ 3.36 3.23 0.98 -
YUV 49.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 66 47 17 0 0.29 0.74 0.74 36.73 0.59 0.16
Hex 42 2F 11 0 1D 4A 4A 25 3B 10
Octal 102 57 21 0 35 112 112 45 73 20
Binary 1000010 101111 10001 0 11101 1001010 1001010 100101 111011 10000

Color Harmonies of #422F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F11

Black with #422F11

Text Example


Text Example

White with #422F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,47,17); }

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

background-color css

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

 a { background-color: rgb(66,47,17); }

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

border-color css

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

 span { border-color: rgb(66,47,17); }

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