Html Css Color HEX #413713 Mikado

📋 copy color: '#413713'

red 65 ◦ green 55 ◦ blue 19

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

Shades of Mikado #413713

Tints of Mikado #413713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.57%

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

R = 46.76%
G = 39.57%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#413713 (or 0x413713) is known color: Mikado. HEX triplet: 41, 37 and 13. RGB value is (65,55,19). Sum of RGB (Red+Green+Blue) = 65+55+19=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #413713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413713 is #BEC8EC. Grayscale: #363636. Windows color (decimal): -12503277 or 1259329. OLE color: 1259329.

HSL color Cylindrical-coordinate representation of color #413713: hue angle of 46.96º 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 #413713 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 55 19 -
CMYK 0 0.15 0.71 0.75
HSL 46.96º 0.55% 0.16% -
HSV(B) 46.96º 0.71% 0.25% -
XYZ 3.66 3.9 1.18 -
YUV 53.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 65 55 19 0 0.15 0.71 0.75 46.96 0.55 0.16
Hex 41 37 13 0 F 47 4B 2F 37 10
Octal 101 67 23 0 17 107 113 57 67 20
Binary 1000001 110111 10011 0 1111 1000111 1001011 101111 110111 10000

Color Harmonies of #413713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413713

Black with #413713

Text Example


Text Example

White with #413713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413713; }

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

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

background-color css

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

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

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

border-color css

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

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

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