Html Css Color HEX #403003 Mikado

📋 copy color: '#403003'

red 64 ◦ green 48 ◦ blue 3

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

Shades of Mikado #403003

Tints of Mikado #403003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.61%

R = 55.65%
G = 41.74%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#403003 (or 0x403003) is known color: Mikado. HEX triplet: 40, 30 and 03. RGB value is (64,48,3). Sum of RGB (Red+Green+Blue) = 64+48+3=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #403003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403003 is #BFCFFC. Grayscale: #2F2F2F. Windows color (decimal): -12570621 or 208960. OLE color: 208960.

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

Color convert

RGB 64 48 3 -
CMYK 0 0.25 0.95 0.75
HSL 44.26º 0.91% 0.13% -
HSV(B) 44.26º 0.95% 0.25% -
XYZ 3.19 3.21 0.54 -
YUV 47.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 64 48 3 0 0.25 0.95 0.75 44.26 0.91 0.13
Hex 40 30 3 0 19 5F 4B 2C 5B D
Octal 100 60 3 0 31 137 113 54 133 15
Binary 1000000 110000 11 0 11001 1011111 1001011 101100 1011011 1101

Color Harmonies of #403003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403003

Black with #403003

Text Example


Text Example

White with #403003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403003; }

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

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

background-color css

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

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

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

border-color css

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

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

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