Html Css Color HEX #403F14 Madras

📋 copy color: '#403F14'

red 64 ◦ green 63 ◦ blue 20

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

Shades of Madras #403F14

Tints of Madras #403F14

RGB

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

 GREEN value IS 63 (25% from 255) = 42.86%

 BLUE value IS 20 (8.2% from 255) = 13.61%

R = 43.54%
G = 42.86%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#403F14 (or 0x403F14) is known color: Madras. HEX triplet: 40, 3F and 14. RGB value is (64,63,20). Sum of RGB (Red+Green+Blue) = 64+63+20=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #403F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F14 is #BFC0EB. Grayscale: #3A3A3A. Windows color (decimal): -12566764 or 1326912. OLE color: 1326912.

HSL color Cylindrical-coordinate representation of color #403F14: hue angle of 58.64º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403F14 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 63 20 -
CMYK 0 0.02 0.69 0.75
HSL 58.64º 0.52% 0.16% -
HSV(B) 58.64º 0.69% 0.25% -
XYZ 4.02 4.7 1.36 -
YUV 58.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 64 63 20 0 0.02 0.69 0.75 58.64 0.52 0.16
Hex 40 3F 14 0 2 45 4B 3B 34 10
Octal 100 77 24 0 2 105 113 73 64 20
Binary 1000000 111111 10100 0 10 1000101 1001011 111011 110100 10000

Color Harmonies of #403F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F14

Black with #403F14

Text Example


Text Example

White with #403F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403F14; }

 p { color: rgb(64,63,20); }

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

background-color css

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

 a { background-color: rgb(64,63,20); }

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

border-color css

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

 span { border-color: rgb(64,63,20); }

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