Html Css Color HEX #413613 Mikado

📋 copy color: '#413613'

red 65 ◦ green 54 ◦ blue 19

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

Shades of Mikado #413613

Tints of Mikado #413613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

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

R = 47.1%
G = 39.13%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#413613 (or 0x413613) is known color: Mikado. HEX triplet: 41, 36 and 13. RGB value is (65,54,19). Sum of RGB (Red+Green+Blue) = 65+54+19=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #413613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413613 is #BEC9EC. Grayscale: #353535. Windows color (decimal): -12503533 or 1259073. OLE color: 1259073.

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

Color convert

RGB 65 54 19 -
CMYK 0 0.17 0.71 0.75
HSL 45.65º 0.55% 0.16% -
HSV(B) 45.65º 0.71% 0.25% -
XYZ 3.62 3.81 1.16 -
YUV 53.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 65 54 19 0 0.17 0.71 0.75 45.65 0.55 0.16
Hex 41 36 13 0 11 47 4B 2E 37 10
Octal 101 66 23 0 21 107 113 56 67 20
Binary 1000001 110110 10011 0 10001 1000111 1001011 101110 110111 10000

Color Harmonies of #413613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413613

Black with #413613

Text Example


Text Example

White with #413613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413613; }

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

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

background-color css

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

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

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

border-color css

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

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

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