Html Css Color HEX #412C07 Mikado

📋 copy color: '#412C07'

red 65 ◦ green 44 ◦ blue 7

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

Shades of Mikado #412C07

Tints of Mikado #412C07

RGB

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

 GREEN value IS 44 (17.58% from 255) = 37.93%

 BLUE value IS 7 (3.13% from 255) = 6.03%

R = 56.03%
G = 37.93%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#412C07 (or 0x412C07) is known color: Mikado. HEX triplet: 41, 2C and 07. RGB value is (65,44,7). Sum of RGB (Red+Green+Blue) = 65+44+7=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #412C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C07 is #BED3F8. Grayscale: #2E2E2E. Windows color (decimal): -12506105 or 470081. OLE color: 470081.

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

Color convert

RGB 65 44 7 -
CMYK 0 0.32 0.89 0.75
HSL 38.28º 0.81% 0.14% -
HSV(B) 38.28º 0.89% 0.25% -
XYZ 3.12 2.94 0.6 -
YUV 46.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 65 44 7 0 0.32 0.89 0.75 38.28 0.81 0.14
Hex 41 2C 7 0 20 59 4B 26 51 E
Octal 101 54 7 0 40 131 113 46 121 16
Binary 1000001 101100 111 0 100000 1011001 1001011 100110 1010001 1110

Color Harmonies of #412C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C07

Black with #412C07

Text Example


Text Example

White with #412C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,44,7); }

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

background-color css

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

 a { background-color: rgb(65,44,7); }

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

border-color css

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

 span { border-color: rgb(65,44,7); }

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