Html Css Color HEX #412E04 Mikado

📋 copy color: '#412E04'

red 65 ◦ green 46 ◦ blue 4

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

Shades of Mikado #412E04

Tints of Mikado #412E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.48%

R = 56.52%
G = 40%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#412E04 (or 0x412E04) is known color: Mikado. HEX triplet: 41, 2E and 04. RGB value is (65,46,4). Sum of RGB (Red+Green+Blue) = 65+46+4=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E04 is #BED1FB. Grayscale: #2F2F2F. Windows color (decimal): -12505596 or 273985. OLE color: 273985.

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

Color convert

RGB 65 46 4 -
CMYK 0 0.29 0.94 0.75
HSL 41.31º 0.88% 0.14% -
HSV(B) 41.31º 0.94% 0.25% -
XYZ 3.18 3.09 0.54 -
YUV 46.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 65 46 4 0 0.29 0.94 0.75 41.31 0.88 0.14
Hex 41 2E 4 0 1D 5E 4B 29 58 E
Octal 101 56 4 0 35 136 113 51 130 16
Binary 1000001 101110 100 0 11101 1011110 1001011 101001 1011000 1110

Color Harmonies of #412E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E04

Black with #412E04

Text Example


Text Example

White with #412E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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