Html Css Color HEX #422D00 Mikado

📋 copy color: '#422D00'

red 66 ◦ green 45 ◦ blue 0

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

Shades of Mikado #422D00

Tints of Mikado #422D00

RGB

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

 GREEN value IS 45 (17.97% from 255) = 40.54%

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

R = 59.46%
G = 40.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#422D00 (or 0x422D00) is known color: Mikado. HEX triplet: 42, 2D and 00. RGB value is (66,45,0). Sum of RGB (Red+Green+Blue) = 66+45+0=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #422D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D00 is #BDD2FF. Grayscale: #2E2E2E. Windows color (decimal): -12440320 or 11586. OLE color: 11586.

HSL color Cylindrical-coordinate representation of color #422D00: hue angle of 40.91º 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 #422D00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 45 0 -
CMYK 0 0.32 1 0.74
HSL 40.91º 1% 0.13% -
HSV(B) 40.91º 1% 0.26% -
XYZ 3.19 3.04 0.42 -
YUV 46.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 66 45 0 0 0.32 1 0.74 40.91 1 0.13
Hex 42 2D 0 0 20 64 4A 29 64 D
Octal 102 55 0 0 40 144 112 51 144 15
Binary 1000010 101101 0 0 100000 1100100 1001010 101001 1100100 1101

Color Harmonies of #422D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D00

Black with #422D00

Text Example


Text Example

White with #422D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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