Html Css Color HEX #412F12 Mikado

📋 copy color: '#412F12'

red 65 ◦ green 47 ◦ blue 18

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

Shades of Mikado #412F12

Tints of Mikado #412F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 50%
G = 36.15%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#412F12 (or 0x412F12) is known color: Mikado. HEX triplet: 41, 2F and 12. RGB value is (65,47,18). Sum of RGB (Red+Green+Blue) = 65+47+18=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #412F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F12 is #BED0ED. Grayscale: #313131. Windows color (decimal): -12505326 or 1191745. OLE color: 1191745.

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

Color convert

RGB 65 47 18 -
CMYK 0 0.28 0.72 0.75
HSL 37.02º 0.57% 0.16% -
HSV(B) 37.02º 0.72% 0.25% -
XYZ 3.31 3.2 1.02 -
YUV 49.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 65 47 18 0 0.28 0.72 0.75 37.02 0.57 0.16
Hex 41 2F 12 0 1C 48 4B 25 39 10
Octal 101 57 22 0 34 110 113 45 71 20
Binary 1000001 101111 10010 0 11100 1001000 1001011 100101 111001 10000

Color Harmonies of #412F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F12

Black with #412F12

Text Example


Text Example

White with #412F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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