Html Css Color HEX #413502 Mikado

📋 copy color: '#413502'

red 65 ◦ green 53 ◦ blue 2

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

Shades of Mikado #413502

Tints of Mikado #413502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.17%

 BLUE value IS 2 (1.17% from 255) = 1.67%

R = 54.17%
G = 44.17%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#413502 (or 0x413502) is known color: Mikado. HEX triplet: 41, 35 and 02. RGB value is (65,53,2). Sum of RGB (Red+Green+Blue) = 65+53+2=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #413502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413502 is #BECAFD. Grayscale: #323232. Windows color (decimal): -12503806 or 144705. OLE color: 144705.

HSL color Cylindrical-coordinate representation of color #413502: hue angle of 48.57º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #413502 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 53 2 -
CMYK 0 0.18 0.97 0.75
HSL 48.57º 0.94% 0.13% -
HSV(B) 48.57º 0.97% 0.25% -
XYZ 3.46 3.67 0.58 -
YUV 50.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 65 53 2 0 0.18 0.97 0.75 48.57 0.94 0.13
Hex 41 35 2 0 12 61 4B 31 5E D
Octal 101 65 2 0 22 141 113 61 136 15
Binary 1000001 110101 10 0 10010 1100001 1001011 110001 1011110 1101

Color Harmonies of #413502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413502

Black with #413502

Text Example


Text Example

White with #413502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413502; }

 p { color: rgb(65,53,2); }

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

background-color css

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

 a { background-color: rgb(65,53,2); }

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

border-color css

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

 span { border-color: rgb(65,53,2); }

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