Html Css Color HEX #403D0E Madras

📋 copy color: '#403D0E'

red 64 ◦ green 61 ◦ blue 14

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

Shades of Madras #403D0E

Tints of Madras #403D0E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 43.88%

 BLUE value IS 14 (5.86% from 255) = 10.07%

R = 46.04%
G = 43.88%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#403D0E (or 0x403D0E) is known color: Madras. HEX triplet: 40, 3D and 0E. RGB value is (64,61,14). Sum of RGB (Red+Green+Blue) = 64+61+14=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #403D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D0E is #BFC2F1. Grayscale: #383838. Windows color (decimal): -12567282 or 933184. OLE color: 933184.

HSL color Cylindrical-coordinate representation of color #403D0E: hue angle of 56.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #403D0E is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 61 14 -
CMYK 0 0.05 0.78 0.75
HSL 56.4º 0.64% 0.15% -
HSV(B) 56.4º 0.78% 0.25% -
XYZ 3.86 4.46 1.07 -
YUV 56.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 64 61 14 0 0.05 0.78 0.75 56.4 0.64 0.15
Hex 40 3D E 0 5 4E 4B 38 40 F
Octal 100 75 16 0 5 116 113 70 100 17
Binary 1000000 111101 1110 0 101 1001110 1001011 111000 1000000 1111

Color Harmonies of #403D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D0E

Black with #403D0E

Text Example


Text Example

White with #403D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,61,14); }

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

background-color css

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

 a { background-color: rgb(64,61,14); }

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

border-color css

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

 span { border-color: rgb(64,61,14); }

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