Html Css Color HEX #413304 Mikado

📋 copy color: '#413304'

red 65 ◦ green 51 ◦ blue 4

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

Shades of Mikado #413304

Tints of Mikado #413304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.33%

R = 54.17%
G = 42.5%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#413304 (or 0x413304) is known color: Mikado. HEX triplet: 41, 33 and 04. RGB value is (65,51,4). Sum of RGB (Red+Green+Blue) = 65+51+4=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #413304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413304 is #BECCFB. Grayscale: #323232. Windows color (decimal): -12504316 or 275265. OLE color: 275265.

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

Color convert

RGB 65 51 4 -
CMYK 0 0.22 0.94 0.75
HSL 46.23º 0.88% 0.14% -
HSV(B) 46.23º 0.94% 0.25% -
XYZ 3.39 3.5 0.61 -
YUV 49.83 102.14 138.82 -
System Red Green Blue C M Y K H S L
Decimal 65 51 4 0 0.22 0.94 0.75 46.23 0.88 0.14
Hex 41 33 4 0 16 5E 4B 2E 58 E
Octal 101 63 4 0 26 136 113 56 130 16
Binary 1000001 110011 100 0 10110 1011110 1001011 101110 1011000 1110

Color Harmonies of #413304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413304

Black with #413304

Text Example


Text Example

White with #413304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413304; }

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

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

background-color css

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

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

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

border-color css

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

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

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