Html Css Color HEX #422B00 Mikado

📋 copy color: '#422B00'

red 66 ◦ green 43 ◦ blue 0

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

Shades of Mikado #422B00

Tints of Mikado #422B00

RGB

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

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

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

R = 60.55%
G = 39.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#422B00 (or 0x422B00) is known color: Mikado. HEX triplet: 42, 2B and 00. RGB value is (66,43,0). Sum of RGB (Red+Green+Blue) = 66+43+0=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #422B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B00 is #BDD4FF. Grayscale: #2D2D2D. Windows color (decimal): -12440832 or 11074. OLE color: 11074.

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

Color convert

RGB 66 43 0 -
CMYK 0 0.35 1 0.74
HSL 39.09º 1% 0.13% -
HSV(B) 39.09º 1% 0.26% -
XYZ 3.11 2.89 0.39 -
YUV 44.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 66 43 0 0 0.35 1 0.74 39.09 1 0.13
Hex 42 2B 0 0 23 64 4A 27 64 D
Octal 102 53 0 0 43 144 112 47 144 15
Binary 1000010 101011 0 0 100011 1100100 1001010 100111 1100100 1101

Color Harmonies of #422B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B00

Black with #422B00

Text Example


Text Example

White with #422B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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