Html Css Color HEX #402D00 Mikado

📋 copy color: '#402D00'

red 64 ◦ green 45 ◦ blue 0

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

Shades of Mikado #402D00

Tints of Mikado #402D00

RGB

 RED value IS 64 (25.39% from 255) = 58.72%

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

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

R = 58.72%
G = 41.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#402D00 (or 0x402D00) is known color: Mikado. HEX triplet: 40, 2D and 00. RGB value is (64,45,0). Sum of RGB (Red+Green+Blue) = 64+45+0=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #402D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D00 is #BFD2FF. Grayscale: #2D2D2D. Windows color (decimal): -12571392 or 11584. OLE color: 11584.

HSL color Cylindrical-coordinate representation of color #402D00: hue angle of 42.19º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #402D00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 45 0 -
CMYK 0 0.30 1 0.75
HSL 42.19º 1% 0.13% -
HSV(B) 42.19º 1% 0.25% -
XYZ 3.05 2.97 0.41 -
YUV 45.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 64 45 0 0 0.30 1 0.75 42.19 1 0.13
Hex 40 2D 0 0 1E 64 4B 2A 64 D
Octal 100 55 0 0 36 144 113 52 144 15
Binary 1000000 101101 0 0 11110 1100100 1001011 101010 1100100 1101

Color Harmonies of #402D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D00

Black with #402D00

Text Example


Text Example

White with #402D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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