Html Css Color HEX #422F10 Mikado

📋 copy color: '#422F10'

red 66 ◦ green 47 ◦ blue 16

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

Shades of Mikado #422F10

Tints of Mikado #422F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.4%

R = 51.16%
G = 36.43%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#422F10 (or 0x422F10) is known color: Mikado. HEX triplet: 42, 2F and 10. RGB value is (66,47,16). Sum of RGB (Red+Green+Blue) = 66+47+16=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #422F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422F10 is #BDD0EF. Grayscale: #313131. Windows color (decimal): -12439792 or 1060674. OLE color: 1060674.

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

Color convert

RGB 66 47 16 -
CMYK 0 0.29 0.76 0.74
HSL 37.2º 0.61% 0.16% -
HSV(B) 37.2º 0.76% 0.26% -
XYZ 3.36 3.23 0.94 -
YUV 49.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 66 47 16 0 0.29 0.76 0.74 37.2 0.61 0.16
Hex 42 2F 10 0 1D 4C 4A 25 3D 10
Octal 102 57 20 0 35 114 112 45 75 20
Binary 1000010 101111 10000 0 11101 1001100 1001010 100101 111101 10000

Color Harmonies of #422F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F10

Black with #422F10

Text Example


Text Example

White with #422F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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