Html Css Color HEX #412E0D Mikado

📋 copy color: '#412E0D'

red 65 ◦ green 46 ◦ blue 13

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

Shades of Mikado #412E0D

Tints of Mikado #412E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 52.42%
G = 37.1%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#412E0D (or 0x412E0D) is known color: Mikado. HEX triplet: 41, 2E and 0D. RGB value is (65,46,13). Sum of RGB (Red+Green+Blue) = 65+46+13=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E0D is #BED1F2. Grayscale: #303030. Windows color (decimal): -12505587 or 863809. OLE color: 863809.

HSL color Cylindrical-coordinate representation of color #412E0D: hue angle of 38.08º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412E0D is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 46 13 -
CMYK 0 0.29 0.80 0.75
HSL 38.08º 0.67% 0.15% -
HSV(B) 38.08º 0.8% 0.25% -
XYZ 3.23 3.11 0.81 -
YUV 47.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 65 46 13 0 0.29 0.80 0.75 38.08 0.67 0.15
Hex 41 2E D 0 1D 50 4B 26 43 F
Octal 101 56 15 0 35 120 113 46 103 17
Binary 1000001 101110 1101 0 11101 1010000 1001011 100110 1000011 1111

Color Harmonies of #412E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E0D

Black with #412E0D

Text Example


Text Example

White with #412E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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