Html Css Color HEX #412F11 Mikado

📋 copy color: '#412F11'

red 65 ◦ green 47 ◦ blue 17

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

Shades of Mikado #412F11

Tints of Mikado #412F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.43%

 BLUE value IS 17 (7.03% from 255) = 13.18%

R = 50.39%
G = 36.43%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#412F11 (or 0x412F11) is known color: Mikado. HEX triplet: 41, 2F and 11. RGB value is (65,47,17). Sum of RGB (Red+Green+Blue) = 65+47+17=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #412F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F11 is #BED0EE. Grayscale: #313131. Windows color (decimal): -12505327 or 1126209. OLE color: 1126209.

HSL color Cylindrical-coordinate representation of color #412F11: hue angle of 37.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412F11 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 47 17 -
CMYK 0 0.28 0.74 0.75
HSL 37.5º 0.59% 0.16% -
HSV(B) 37.5º 0.74% 0.25% -
XYZ 3.3 3.2 0.97 -
YUV 48.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 65 47 17 0 0.28 0.74 0.75 37.5 0.59 0.16
Hex 41 2F 11 0 1C 4A 4B 26 3B 10
Octal 101 57 21 0 34 112 113 46 73 20
Binary 1000001 101111 10001 0 11100 1001010 1001011 100110 111011 10000

Color Harmonies of #412F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F11

Black with #412F11

Text Example


Text Example

White with #412F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,17); }

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

background-color css

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

 a { background-color: rgb(65,47,17); }

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

border-color css

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

 span { border-color: rgb(65,47,17); }

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