Html Css Color HEX #403D0D Madras

📋 copy color: '#403D0D'

red 64 ◦ green 61 ◦ blue 13

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

Shades of Madras #403D0D

Tints of Madras #403D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.42%

R = 46.38%
G = 44.2%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#403D0D (or 0x403D0D) is known color: Madras. HEX triplet: 40, 3D and 0D. RGB value is (64,61,13). Sum of RGB (Red+Green+Blue) = 64+61+13=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D0D is #BFC2F2. Grayscale: #383838. Windows color (decimal): -12567283 or 867648. OLE color: 867648.

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

Color convert

RGB 64 61 13 -
CMYK 0 0.05 0.80 0.75
HSL 56.47º 0.66% 0.15% -
HSV(B) 56.47º 0.8% 0.25% -
XYZ 3.86 4.46 1.04 -
YUV 56.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 64 61 13 0 0.05 0.80 0.75 56.47 0.66 0.15
Hex 40 3D D 0 5 50 4B 38 42 F
Octal 100 75 15 0 5 120 113 70 102 17
Binary 1000000 111101 1101 0 101 1010000 1001011 111000 1000010 1111

Color Harmonies of #403D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D0D

Black with #403D0D

Text Example


Text Example

White with #403D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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