Html Css Color HEX #403004 Mikado

📋 copy color: '#403004'

red 64 ◦ green 48 ◦ blue 4

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

Shades of Mikado #403004

Tints of Mikado #403004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.38%

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

R = 55.17%
G = 41.38%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#403004 (or 0x403004) is known color: Mikado. HEX triplet: 40, 30 and 04. RGB value is (64,48,4). Sum of RGB (Red+Green+Blue) = 64+48+4=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #403004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403004 is #BFCFFB. Grayscale: #2F2F2F. Windows color (decimal): -12570620 or 274496. OLE color: 274496.

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

Color convert

RGB 64 48 4 -
CMYK 0 0.25 0.94 0.75
HSL 44º 0.88% 0.13% -
HSV(B) 44º 0.94% 0.25% -
XYZ 3.19 3.21 0.57 -
YUV 47.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 64 48 4 0 0.25 0.94 0.75 44 0.88 0.13
Hex 40 30 4 0 19 5E 4B 2C 58 D
Octal 100 60 4 0 31 136 113 54 130 15
Binary 1000000 110000 100 0 11001 1011110 1001011 101100 1011000 1101

Color Harmonies of #403004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403004

Black with #403004

Text Example


Text Example

White with #403004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403004; }

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

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

background-color css

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

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

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

border-color css

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

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

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