Html Css Color HEX #412E00 Mikado

📋 copy color: '#412E00'

red 65 ◦ green 46 ◦ blue 0

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

Shades of Mikado #412E00

Tints of Mikado #412E00

RGB

 RED value IS 65 (25.78% from 255) = 58.56%

 GREEN value IS 46 (18.36% from 255) = 41.44%

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

R = 58.56%
G = 41.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#412E00 (or 0x412E00) is known color: Mikado. HEX triplet: 41, 2E and 00. RGB value is (65,46,0). Sum of RGB (Red+Green+Blue) = 65+46+0=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #412E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E00 is #BED1FF. Grayscale: #2E2E2E. Windows color (decimal): -12505600 or 11841. OLE color: 11841.

HSL color Cylindrical-coordinate representation of color #412E00: hue angle of 42.46º 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 #412E00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 46 0 -
CMYK 0 0.29 1 0.75
HSL 42.46º 1% 0.13% -
HSV(B) 42.46º 1% 0.25% -
XYZ 3.16 3.08 0.43 -
YUV 46.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 65 46 0 0 0.29 1 0.75 42.46 1 0.13
Hex 41 2E 0 0 1D 64 4B 2A 64 D
Octal 101 56 0 0 35 144 113 52 144 15
Binary 1000001 101110 0 0 11101 1100100 1001011 101010 1100100 1101

Color Harmonies of #412E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E00

Black with #412E00

Text Example


Text Example

White with #412E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412E00; }

 p { color: rgb(65,46,0); }

 H1.HeaderClassName
 {
   color: #412E00;
 }
 .AnyTagClassName
 {
   color: #412E00;
 }
</style>

background-color css

<style>
 a { background-color: #412E00; }

 a { background-color: rgb(65,46,0); }

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

border-color css

<style>
 span { border-color: #412E00; }

 span { border-color: rgb(65,46,0); }

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