Html Css Color HEX #413310 Mikado

📋 copy color: '#413310'

red 65 ◦ green 51 ◦ blue 16

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

Shades of Mikado #413310

Tints of Mikado #413310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 49.24%
G = 38.64%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#413310 (or 0x413310) is known color: Mikado. HEX triplet: 41, 33 and 10. RGB value is (65,51,16). Sum of RGB (Red+Green+Blue) = 65+51+16=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #413310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413310 is #BECCEF. Grayscale: #333333. Windows color (decimal): -12504304 or 1061697. OLE color: 1061697.

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

Color convert

RGB 65 51 16 -
CMYK 0 0.22 0.75 0.75
HSL 42.86º 0.6% 0.16% -
HSV(B) 42.86º 0.75% 0.25% -
XYZ 3.46 3.53 0.99 -
YUV 51.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 65 51 16 0 0.22 0.75 0.75 42.86 0.6 0.16
Hex 41 33 10 0 16 4B 4B 2B 3C 10
Octal 101 63 20 0 26 113 113 53 74 20
Binary 1000001 110011 10000 0 10110 1001011 1001011 101011 111100 10000

Color Harmonies of #413310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413310

Black with #413310

Text Example


Text Example

White with #413310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413310; }

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

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

background-color css

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

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

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

border-color css

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

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

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