Html Css Color HEX #413724 Mikado

📋 copy color: '#413724'

red 65 ◦ green 55 ◦ blue 36

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

Shades of Mikado #413724

Tints of Mikado #413724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 41.67%
G = 35.26%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#413724 (or 0x413724) is known color: Mikado. HEX triplet: 41, 37 and 24. RGB value is (65,55,36). Sum of RGB (Red+Green+Blue) = 65+55+36=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413724 is #BEC8DB. Grayscale: #373737. Windows color (decimal): -12503260 or 2373441. OLE color: 2373441.

HSL color Cylindrical-coordinate representation of color #413724: hue angle of 39.31º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413724 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 55 36 -
CMYK 0 0.15 0.45 0.75
HSL 39.31º 0.29% 0.2% -
HSV(B) 39.31º 0.45% 0.25% -
XYZ 3.86 3.98 2.23 -
YUV 55.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 65 55 36 0 0.15 0.45 0.75 39.31 0.29 0.2
Hex 41 37 24 0 F 2D 4B 27 1D 14
Octal 101 67 44 0 17 55 113 47 35 24
Binary 1000001 110111 100100 0 1111 101101 1001011 100111 11101 10100

Color Harmonies of #413724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413724

Black with #413724

Text Example


Text Example

White with #413724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413724; }

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

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

background-color css

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

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

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

border-color css

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

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

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