Html Css Color HEX #413619 Mikado

📋 copy color: '#413619'

red 65 ◦ green 54 ◦ blue 25

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

Shades of Mikado #413619

Tints of Mikado #413619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 45.14%
G = 37.5%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#413619 (or 0x413619) is known color: Mikado. HEX triplet: 41, 36 and 19. RGB value is (65,54,25). Sum of RGB (Red+Green+Blue) = 65+54+25=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #413619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413619 is #BEC9E6. Grayscale: #363636. Windows color (decimal): -12503527 or 1652289. OLE color: 1652289.

HSL color Cylindrical-coordinate representation of color #413619: hue angle of 43.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413619 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 54 25 -
CMYK 0 0.17 0.62 0.75
HSL 43.5º 0.44% 0.18% -
HSV(B) 43.5º 0.62% 0.25% -
XYZ 3.67 3.83 1.47 -
YUV 53.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 65 54 25 0 0.17 0.62 0.75 43.5 0.44 0.18
Hex 41 36 19 0 11 3E 4B 2C 2C 12
Octal 101 66 31 0 21 76 113 54 54 22
Binary 1000001 110110 11001 0 10001 111110 1001011 101100 101100 10010

Color Harmonies of #413619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413619

Black with #413619

Text Example


Text Example

White with #413619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413619; }

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

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

background-color css

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

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

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

border-color css

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

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

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