Html Css Color HEX #422C00 Mikado

📋 copy color: '#422C00'

red 66 ◦ green 44 ◦ blue 0

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

Shades of Mikado #422C00

Tints of Mikado #422C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 40%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#422C00 (or 0x422C00) is known color: Mikado. HEX triplet: 42, 2C and 00. RGB value is (66,44,0). Sum of RGB (Red+Green+Blue) = 66+44+0=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #422C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C00 is #BDD3FF. Grayscale: #2D2D2D. Windows color (decimal): -12440576 or 11330. OLE color: 11330.

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

Color convert

RGB 66 44 0 -
CMYK 0 0.33 1 0.74
HSL 40º 1% 0.13% -
HSV(B) 40º 1% 0.26% -
XYZ 3.15 2.96 0.41 -
YUV 45.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 66 44 0 0 0.33 1 0.74 40 1 0.13
Hex 42 2C 0 0 21 64 4A 28 64 D
Octal 102 54 0 0 41 144 112 50 144 15
Binary 1000010 101100 0 0 100001 1100100 1001010 101000 1100100 1101

Color Harmonies of #422C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C00

Black with #422C00

Text Example


Text Example

White with #422C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,44,0); }

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

background-color css

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

 a { background-color: rgb(66,44,0); }

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

border-color css

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

 span { border-color: rgb(66,44,0); }

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