Html Css Color HEX #403D0C Madras

📋 copy color: '#403D0C'

red 64 ◦ green 61 ◦ blue 12

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

Shades of Madras #403D0C

Tints of Madras #403D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.76%

R = 46.72%
G = 44.53%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#403D0C (or 0x403D0C) is known color: Madras. HEX triplet: 40, 3D and 0C. RGB value is (64,61,12). Sum of RGB (Red+Green+Blue) = 64+61+12=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D0C is #BFC2F3. Grayscale: #383838. Windows color (decimal): -12567284 or 802112. OLE color: 802112.

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

Color convert

RGB 64 61 12 -
CMYK 0 0.05 0.81 0.75
HSL 56.54º 0.68% 0.15% -
HSV(B) 56.54º 0.81% 0.25% -
XYZ 3.85 4.45 1 -
YUV 56.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 64 61 12 0 0.05 0.81 0.75 56.54 0.68 0.15
Hex 40 3D C 0 5 51 4B 39 44 F
Octal 100 75 14 0 5 121 113 71 104 17
Binary 1000000 111101 1100 0 101 1010001 1001011 111001 1000100 1111

Color Harmonies of #403D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D0C

Black with #403D0C

Text Example


Text Example

White with #403D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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