Html Css Color HEX #412E01 Mikado

📋 copy color: '#412E01'

red 65 ◦ green 46 ◦ blue 1

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

Shades of Mikado #412E01

Tints of Mikado #412E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 58.04%
G = 41.07%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#412E01 (or 0x412E01) is known color: Mikado. HEX triplet: 41, 2E and 01. RGB value is (65,46,1). Sum of RGB (Red+Green+Blue) = 65+46+1=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #412E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E01 is #BED1FE. Grayscale: #2E2E2E. Windows color (decimal): -12505599 or 77377. OLE color: 77377.

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

Color convert

RGB 65 46 1 -
CMYK 0 0.29 0.98 0.75
HSL 42.19º 0.97% 0.13% -
HSV(B) 42.19º 0.98% 0.25% -
XYZ 3.16 3.08 0.46 -
YUV 46.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 65 46 1 0 0.29 0.98 0.75 42.19 0.97 0.13
Hex 41 2E 1 0 1D 62 4B 2A 61 D
Octal 101 56 1 0 35 142 113 52 141 15
Binary 1000001 101110 1 0 11101 1100010 1001011 101010 1100001 1101

Color Harmonies of #412E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E01

Black with #412E01

Text Example


Text Example

White with #412E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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