Html Css Color HEX #413311 Mikado

📋 copy color: '#413311'

red 65 ◦ green 51 ◦ blue 17

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

Shades of Mikado #413311

Tints of Mikado #413311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.35%

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

R = 48.87%
G = 38.35%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#413311 (or 0x413311) is known color: Mikado. HEX triplet: 41, 33 and 11. RGB value is (65,51,17). Sum of RGB (Red+Green+Blue) = 65+51+17=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #413311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413311 is #BECCEE. Grayscale: #333333. Windows color (decimal): -12504303 or 1127233. OLE color: 1127233.

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

Color convert

RGB 65 51 17 -
CMYK 0 0.22 0.74 0.75
HSL 42.5º 0.59% 0.16% -
HSV(B) 42.5º 0.74% 0.25% -
XYZ 3.46 3.53 1.03 -
YUV 51.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 65 51 17 0 0.22 0.74 0.75 42.5 0.59 0.16
Hex 41 33 11 0 16 4A 4B 2A 3B 10
Octal 101 63 21 0 26 112 113 52 73 20
Binary 1000001 110011 10001 0 10110 1001010 1001011 101010 111011 10000

Color Harmonies of #413311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413311

Black with #413311

Text Example


Text Example

White with #413311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413311; }

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

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

background-color css

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

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

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

border-color css

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

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

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