Html Css Color HEX #403304 Mikado

📋 copy color: '#403304'

red 64 ◦ green 51 ◦ blue 4

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

Shades of Mikado #403304

Tints of Mikado #403304

RGB

 RED value IS 64 (25.39% from 255) = 53.78%

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

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

R = 53.78%
G = 42.86%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#403304 (or 0x403304) is known color: Mikado. HEX triplet: 40, 33 and 04. RGB value is (64,51,4). Sum of RGB (Red+Green+Blue) = 64+51+4=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #403304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403304 is #BFCCFB. Grayscale: #313131. Windows color (decimal): -12569852 or 275264. OLE color: 275264.

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

Color convert

RGB 64 51 4 -
CMYK 0 0.20 0.94 0.75
HSL 47º 0.88% 0.13% -
HSV(B) 47º 0.94% 0.25% -
XYZ 3.32 3.47 0.61 -
YUV 49.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 64 51 4 0 0.20 0.94 0.75 47 0.88 0.13
Hex 40 33 4 0 14 5E 4B 2F 58 D
Octal 100 63 4 0 24 136 113 57 130 15
Binary 1000000 110011 100 0 10100 1011110 1001011 101111 1011000 1101

Color Harmonies of #403304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403304

Black with #403304

Text Example


Text Example

White with #403304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403304; }

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

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

background-color css

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

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

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

border-color css

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

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

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