Html Css Color HEX #412E05 Mikado

📋 copy color: '#412E05'

red 65 ◦ green 46 ◦ blue 5

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

Shades of Mikado #412E05

Tints of Mikado #412E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.31%

R = 56.03%
G = 39.66%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#412E05 (or 0x412E05) is known color: Mikado. HEX triplet: 41, 2E and 05. RGB value is (65,46,5). Sum of RGB (Red+Green+Blue) = 65+46+5=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #412E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E05 is #BED1FA. Grayscale: #2F2F2F. Windows color (decimal): -12505595 or 339521. OLE color: 339521.

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

Color convert

RGB 65 46 5 -
CMYK 0 0.29 0.92 0.75
HSL 41º 0.86% 0.14% -
HSV(B) 41º 0.92% 0.25% -
XYZ 3.18 3.09 0.57 -
YUV 47.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 65 46 5 0 0.29 0.92 0.75 41 0.86 0.14
Hex 41 2E 5 0 1D 5C 4B 29 56 E
Octal 101 56 5 0 35 134 113 51 126 16
Binary 1000001 101110 101 0 11101 1011100 1001011 101001 1010110 1110

Color Harmonies of #412E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E05

Black with #412E05

Text Example


Text Example

White with #412E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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