Html Css Color HEX #413211 Mikado

📋 copy color: '#413211'

red 65 ◦ green 50 ◦ blue 17

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

Shades of Mikado #413211

Tints of Mikado #413211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.88%

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 49.24%
G = 37.88%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#413211 (or 0x413211) is known color: Mikado. HEX triplet: 41, 32 and 11. RGB value is (65,50,17). Sum of RGB (Red+Green+Blue) = 65+50+17=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #413211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413211 is #BECDEE. Grayscale: #323232. Windows color (decimal): -12504559 or 1126977. OLE color: 1126977.

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

Color convert

RGB 65 50 17 -
CMYK 0 0.23 0.74 0.75
HSL 41.25º 0.59% 0.16% -
HSV(B) 41.25º 0.74% 0.25% -
XYZ 3.42 3.45 1.02 -
YUV 50.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 65 50 17 0 0.23 0.74 0.75 41.25 0.59 0.16
Hex 41 32 11 0 17 4A 4B 29 3B 10
Octal 101 62 21 0 27 112 113 51 73 20
Binary 1000001 110010 10001 0 10111 1001010 1001011 101001 111011 10000

Color Harmonies of #413211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413211

Black with #413211

Text Example


Text Example

White with #413211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413211; }

 p { color: rgb(65,50,17); }

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

background-color css

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

 a { background-color: rgb(65,50,17); }

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

border-color css

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

 span { border-color: rgb(65,50,17); }

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