Html Css Color HEX #403D0A Madras

📋 copy color: '#403D0A'

red 64 ◦ green 61 ◦ blue 10

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

Shades of Madras #403D0A

Tints of Madras #403D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.41%

R = 47.41%
G = 45.19%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#403D0A (or 0x403D0A) is known color: Madras. HEX triplet: 40, 3D and 0A. RGB value is (64,61,10). Sum of RGB (Red+Green+Blue) = 64+61+10=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #403D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D0A is #BFC2F5. Grayscale: #383838. Windows color (decimal): -12567286 or 671040. OLE color: 671040.

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

Color convert

RGB 64 61 10 -
CMYK 0 0.05 0.84 0.75
HSL 56.67º 0.73% 0.15% -
HSV(B) 56.67º 0.84% 0.25% -
XYZ 3.84 4.45 0.94 -
YUV 56.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 64 61 10 0 0.05 0.84 0.75 56.67 0.73 0.15
Hex 40 3D A 0 5 54 4B 39 49 F
Octal 100 75 12 0 5 124 113 71 111 17
Binary 1000000 111101 1010 0 101 1010100 1001011 111001 1001001 1111

Color Harmonies of #403D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D0A

Black with #403D0A

Text Example


Text Example

White with #403D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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