Html Css Color HEX #413412 Mikado

📋 copy color: '#413412'

red 65 ◦ green 52 ◦ blue 18

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

Shades of Mikado #413412

Tints of Mikado #413412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.52%

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 48.15%
G = 38.52%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#413412 (or 0x413412) is known color: Mikado. HEX triplet: 41, 34 and 12. RGB value is (65,52,18). Sum of RGB (Red+Green+Blue) = 65+52+18=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413412 is #BECBED. Grayscale: #343434. Windows color (decimal): -12504046 or 1193025. OLE color: 1193025.

HSL color Cylindrical-coordinate representation of color #413412: hue angle of 43.4º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413412 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 52 18 -
CMYK 0 0.20 0.72 0.75
HSL 43.4º 0.57% 0.16% -
HSV(B) 43.4º 0.72% 0.25% -
XYZ 3.52 3.62 1.09 -
YUV 52.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 65 52 18 0 0.20 0.72 0.75 43.4 0.57 0.16
Hex 41 34 12 0 14 48 4B 2B 39 10
Octal 101 64 22 0 24 110 113 53 71 20
Binary 1000001 110100 10010 0 10100 1001000 1001011 101011 111001 10000

Color Harmonies of #413412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413412

Black with #413412

Text Example


Text Example

White with #413412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413412; }

 p { color: rgb(65,52,18); }

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

background-color css

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

 a { background-color: rgb(65,52,18); }

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

border-color css

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

 span { border-color: rgb(65,52,18); }

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