Html Css Color HEX #403E0C Madras

📋 copy color: '#403E0C'

red 64 ◦ green 62 ◦ blue 12

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

Shades of Madras #403E0C

Tints of Madras #403E0C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 44.93%

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

R = 46.38%
G = 44.93%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#403E0C (or 0x403E0C) is known color: Madras. HEX triplet: 40, 3E and 0C. RGB value is (64,62,12). Sum of RGB (Red+Green+Blue) = 64+62+12=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E0C is #BFC1F3. Grayscale: #393939. Windows color (decimal): -12567028 or 802368. OLE color: 802368.

HSL color Cylindrical-coordinate representation of color #403E0C: hue angle of 57.69º 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 #403E0C is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 62 12 -
CMYK 0 0.03 0.81 0.75
HSL 57.69º 0.68% 0.15% -
HSV(B) 57.69º 0.81% 0.25% -
XYZ 3.9 4.56 1.02 -
YUV 56.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 64 62 12 0 0.03 0.81 0.75 57.69 0.68 0.15
Hex 40 3E C 0 3 51 4B 3A 44 F
Octal 100 76 14 0 3 121 113 72 104 17
Binary 1000000 111110 1100 0 11 1010001 1001011 111010 1000100 1111

Color Harmonies of #403E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E0C

Black with #403E0C

Text Example


Text Example

White with #403E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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