Html Css Color HEX #403015 Mikado

📋 copy color: '#403015'

red 64 ◦ green 48 ◦ blue 21

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

Shades of Mikado #403015

Tints of Mikado #403015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.79%

R = 48.12%
G = 36.09%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#403015 (or 0x403015) is known color: Mikado. HEX triplet: 40, 30 and 15. RGB value is (64,48,21). Sum of RGB (Red+Green+Blue) = 64+48+21=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #403015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403015 is #BFCFEA. Grayscale: #313131. Windows color (decimal): -12570603 or 1388608. OLE color: 1388608.

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

Color convert

RGB 64 48 21 -
CMYK 0 0.25 0.67 0.75
HSL 37.67º 0.51% 0.17% -
HSV(B) 37.67º 0.67% 0.25% -
XYZ 3.31 3.26 1.16 -
YUV 49.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 64 48 21 0 0.25 0.67 0.75 37.67 0.51 0.17
Hex 40 30 15 0 19 43 4B 26 33 11
Octal 100 60 25 0 31 103 113 46 63 21
Binary 1000000 110000 10101 0 11001 1000011 1001011 100110 110011 10001

Color Harmonies of #403015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403015

Black with #403015

Text Example


Text Example

White with #403015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403015; }

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

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

background-color css

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

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

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

border-color css

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

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

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