Html Css Color HEX #412F13 Mikado

📋 copy color: '#412F13'

red 65 ◦ green 47 ◦ blue 19

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

Shades of Mikado #412F13

Tints of Mikado #412F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 49.62%
G = 35.88%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#412F13 (or 0x412F13) is known color: Mikado. HEX triplet: 41, 2F and 13. RGB value is (65,47,19). Sum of RGB (Red+Green+Blue) = 65+47+19=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #412F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F13 is #BED0EC. Grayscale: #313131. Windows color (decimal): -12505325 or 1257281. OLE color: 1257281.

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

Color convert

RGB 65 47 19 -
CMYK 0 0.28 0.71 0.75
HSL 36.52º 0.55% 0.16% -
HSV(B) 36.52º 0.71% 0.25% -
XYZ 3.31 3.2 1.06 -
YUV 49.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 65 47 19 0 0.28 0.71 0.75 36.52 0.55 0.16
Hex 41 2F 13 0 1C 47 4B 25 37 10
Octal 101 57 23 0 34 107 113 45 67 20
Binary 1000001 101111 10011 0 11100 1000111 1001011 100101 110111 10000

Color Harmonies of #412F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F13

Black with #412F13

Text Example


Text Example

White with #412F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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