Html Css Color HEX #412F10 Mikado

📋 copy color: '#412F10'

red 65 ◦ green 47 ◦ blue 16

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

Shades of Mikado #412F10

Tints of Mikado #412F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.5%

R = 50.78%
G = 36.72%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#412F10 (or 0x412F10) is known color: Mikado. HEX triplet: 41, 2F and 10. RGB value is (65,47,16). Sum of RGB (Red+Green+Blue) = 65+47+16=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F10 is #BED0EF. Grayscale: #303030. Windows color (decimal): -12505328 or 1060673. OLE color: 1060673.

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

Color convert

RGB 65 47 16 -
CMYK 0 0.28 0.75 0.75
HSL 37.96º 0.6% 0.16% -
HSV(B) 37.96º 0.75% 0.25% -
XYZ 3.29 3.19 0.93 -
YUV 48.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 65 47 16 0 0.28 0.75 0.75 37.96 0.6 0.16
Hex 41 2F 10 0 1C 4B 4B 26 3C 10
Octal 101 57 20 0 34 113 113 46 74 20
Binary 1000001 101111 10000 0 11100 1001011 1001011 100110 111100 10000

Color Harmonies of #412F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F10

Black with #412F10

Text Example


Text Example

White with #412F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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