Html Css Color HEX #422B04 Mikado

📋 copy color: '#422B04'

red 66 ◦ green 43 ◦ blue 4

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

Shades of Mikado #422B04

Tints of Mikado #422B04

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.05%

 BLUE value IS 4 (1.95% from 255) = 3.54%

R = 58.41%
G = 38.05%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#422B04 (or 0x422B04) is known color: Mikado. HEX triplet: 42, 2B and 04. RGB value is (66,43,4). Sum of RGB (Red+Green+Blue) = 66+43+4=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #422B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B04 is #BDD4FB. Grayscale: #2D2D2D. Windows color (decimal): -12440828 or 273218. OLE color: 273218.

HSL color Cylindrical-coordinate representation of color #422B04: hue angle of 37.74º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #422B04 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 43 4 -
CMYK 0 0.35 0.94 0.74
HSL 37.74º 0.89% 0.14% -
HSV(B) 37.74º 0.94% 0.26% -
XYZ 3.13 2.89 0.51 -
YUV 45.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 66 43 4 0 0.35 0.94 0.74 37.74 0.89 0.14
Hex 42 2B 4 0 23 5E 4A 26 59 E
Octal 102 53 4 0 43 136 112 46 131 16
Binary 1000010 101011 100 0 100011 1011110 1001010 100110 1011001 1110

Color Harmonies of #422B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B04

Black with #422B04

Text Example


Text Example

White with #422B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,43,4); }

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

background-color css

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

 a { background-color: rgb(66,43,4); }

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

border-color css

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

 span { border-color: rgb(66,43,4); }

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